├── .gitignore ├── .metadata ├── .lock ├── .log ├── .plugins │ ├── org.eclipse.cdt.core │ │ ├── .log │ │ ├── 0000_Template.1475653413017.pdom │ │ ├── 0000_Template.1475653933480.pdom │ │ ├── 0000_Template.language.settings.xml │ │ ├── 0010_hello_world.1475661247644.pdom │ │ ├── 0010_hello_world.language.settings.xml │ │ ├── 0020_blink.1475662072988.pdom │ │ ├── 0020_blink.language.settings.xml │ │ ├── 0030_http_request.1475664116605.pdom │ │ ├── 0030_http_request.language.settings.xml │ │ ├── 0040_https_request.1475664417713.pdom │ │ ├── 0040_https_request.language.settings.xml │ │ ├── 0050_ble_adv.1475664663976.pdom │ │ ├── 0050_ble_adv.language.settings.xml │ │ ├── 2010_HelloWorld.1475679306225.pdom │ │ ├── 2010_HelloWorld.language.settings.xml │ │ ├── 2020_TaskPriority.1475685866346.pdom │ │ ├── 2020_TaskPriority.language.settings.xml │ │ ├── 2030_SystemInfo.1475686410864.pdom │ │ ├── 2030_SystemInfo.language.settings.xml │ │ ├── 2040_GPIO_Blink.1475687422162.pdom │ │ ├── 2040_GPIO_Blink.language.settings.xml │ │ ├── 2040_GPIO_InputOutput.language.settings.xml │ │ ├── 2050_GPIO_InputOutput.1475689667695.pdom │ │ ├── 2050_GPIO_InputOutput.language.settings.xml │ │ ├── 2050_GPIO_Toggle.1475729554955.pdom │ │ └── 2050_GPIO_Toggle.language.settings.xml │ ├── org.eclipse.cdt.make.core │ │ ├── specs.c │ │ └── specs.cpp │ ├── org.eclipse.cdt.make.ui │ │ └── dialog_settings.xml │ ├── org.eclipse.cdt.managedbuilder.core │ │ ├── spec.C │ │ └── spec.c │ ├── org.eclipse.cdt.ui │ │ ├── 0000_Template.build.log │ │ ├── 0010_hello_world.build.log │ │ ├── 0020_blink.build.log │ │ ├── 0030_http_request.build.log │ │ ├── 0040_https_request.build.log │ │ ├── 0050_ble_adv.build.log │ │ ├── 2010_HelloWorld.build.log │ │ ├── 2020_TaskPriority.build.log │ │ ├── 2030_SystemInfo.build.log │ │ ├── 2040_GPIO_Blink.build.log │ │ ├── 2050_GPIO_InputOutput.build.log │ │ ├── 2050_GPIO_Toggle.build.log │ │ ├── dialog_settings.xml │ │ └── global-build.log │ ├── org.eclipse.core.resources │ │ ├── .history │ │ │ ├── 17 │ │ │ │ └── d0b415f31c8b0016123bd7688210e7ab │ │ │ ├── 22 │ │ │ │ └── d04315461d8b0016123bd7688210e7ab │ │ │ ├── 26 │ │ │ │ └── c0f96e791c8b0016123bd7688210e7ab │ │ │ ├── 34 │ │ │ │ └── 30c14b196d8b00161c828c3532a5deb0 │ │ │ ├── 37 │ │ │ │ └── 407913841d8b0016123bd7688210e7ab │ │ │ ├── 41 │ │ │ │ └── 90f9381b1d8b0016123bd7688210e7ab │ │ │ ├── 45 │ │ │ │ └── 1045b9e71d8b0016123bd7688210e7ab │ │ │ ├── 54 │ │ │ │ └── f09fbb231d8b0016123bd7688210e7ab │ │ │ ├── 61 │ │ │ │ └── e0790aba1d8b0016123bd7688210e7ab │ │ │ ├── 67 │ │ │ │ └── 7040c027ea8a00161b10c8c088d23ecc │ │ │ ├── 83 │ │ │ │ └── d0dd7224248b0016123bd7688210e7ab │ │ │ ├── 95 │ │ │ │ └── e05694621d8b0016123bd7688210e7ab │ │ │ ├── 1c │ │ │ │ └── 707147ab1c8b0016123bd7688210e7ab │ │ │ ├── 6b │ │ │ │ └── 70bc4d651b8b0016123bd7688210e7ab │ │ │ ├── 8c │ │ │ │ └── 60fc55d2d08a00161252a1912d498058 │ │ │ ├── 9c │ │ │ │ └── 50e9b6161c8b0016123bd7688210e7ab │ │ │ ├── 9f │ │ │ │ └── d04229a4798b001611eec6a9321d2aa7 │ │ │ ├── cd │ │ │ │ └── e0772d0eea8a00161b10c8c088d23ecc │ │ │ └── fa │ │ │ │ └── e0b95bdfd08a00161252a1912d498058 │ │ ├── .projects │ │ │ ├── 0000_Template │ │ │ │ └── .indexes │ │ │ │ │ ├── af │ │ │ │ │ └── history.index │ │ │ │ │ ├── b9 │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 0010_hello_world │ │ │ │ └── .indexes │ │ │ │ │ ├── b9 │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 0020_blink │ │ │ │ ├── .indexes │ │ │ │ │ ├── b9 │ │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ │ └── .markers │ │ │ ├── 0030_http_request │ │ │ │ ├── .indexes │ │ │ │ │ ├── b9 │ │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ │ └── .markers │ │ │ ├── 0040_https_request │ │ │ │ └── .indexes │ │ │ │ │ ├── b9 │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 0050_ble_adv │ │ │ │ └── .indexes │ │ │ │ │ ├── af │ │ │ │ │ └── history.index │ │ │ │ │ └── properties.index │ │ │ ├── 2010_HelloWorld │ │ │ │ └── .indexes │ │ │ │ │ ├── 6e │ │ │ │ │ └── a8 │ │ │ │ │ │ └── properties.index │ │ │ │ │ ├── b9 │ │ │ │ │ ├── history.index │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 2020_TaskPriority │ │ │ │ └── .indexes │ │ │ │ │ ├── 6e │ │ │ │ │ └── a8 │ │ │ │ │ │ └── properties.index │ │ │ │ │ ├── b9 │ │ │ │ │ ├── history.index │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 2030_SystemInfo │ │ │ │ └── .indexes │ │ │ │ │ ├── 6e │ │ │ │ │ └── a8 │ │ │ │ │ │ └── properties.index │ │ │ │ │ ├── b9 │ │ │ │ │ ├── history.index │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ ├── 2040_GPIO_Blink │ │ │ │ ├── .indexes │ │ │ │ │ ├── 6e │ │ │ │ │ │ └── a8 │ │ │ │ │ │ │ └── properties.index │ │ │ │ │ ├── b9 │ │ │ │ │ │ ├── history.index │ │ │ │ │ │ └── properties.index │ │ │ │ │ └── properties.index │ │ │ │ └── .markers │ │ │ └── 2050_GPIO_Toggle │ │ │ │ ├── .indexes │ │ │ │ ├── b9 │ │ │ │ │ └── properties.index │ │ │ │ └── properties.index │ │ │ │ └── .markers │ │ ├── .root │ │ │ └── .indexes │ │ │ │ ├── history.version │ │ │ │ ├── properties.index │ │ │ │ └── properties.version │ │ └── .safetable │ │ │ └── org.eclipse.core.resources │ ├── org.eclipse.core.runtime │ │ └── .settings │ │ │ ├── org.eclipse.cdt.core.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0000_Template.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0010_hello_world.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0020_blink.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0030_http_request.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0040_https_request.prefs │ │ │ ├── org.eclipse.cdt.core.prj-0050_ble_adv.prefs │ │ │ ├── org.eclipse.cdt.core.prj-2010_HelloWorld.prefs │ │ │ ├── org.eclipse.cdt.core.prj-2020_TaskPriority.prefs │ │ │ ├── org.eclipse.cdt.core.prj-2030_SystemInfo.prefs │ │ │ ├── org.eclipse.cdt.core.prj-2040_GPIO_Blink.prefs │ │ │ ├── org.eclipse.cdt.core.prj-2050_GPIO_Toggle.prefs │ │ │ ├── org.eclipse.cdt.debug.core.prefs │ │ │ ├── org.eclipse.cdt.managedbuilder.core.prefs │ │ │ ├── org.eclipse.cdt.ui.prefs │ │ │ ├── org.eclipse.cdt.ui.prj-0000_Template.prefs │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ ├── org.eclipse.debug.core.prefs │ │ │ ├── org.eclipse.debug.ui.prefs │ │ │ ├── org.eclipse.ui.editors.prefs │ │ │ ├── org.eclipse.ui.ide.prefs │ │ │ ├── org.eclipse.ui.prefs │ │ │ └── org.eclipse.ui.workbench.prefs │ ├── org.eclipse.debug.ui │ │ └── dialog_settings.xml │ ├── org.eclipse.e4.workbench │ │ └── workbench.xmi │ ├── org.eclipse.equinox.p2.ui │ │ └── dialog_settings.xml │ ├── org.eclipse.ltk.core.refactoring │ │ └── .refactorings │ │ │ ├── .workspace │ │ │ └── 2016 │ │ │ │ └── 10 │ │ │ │ └── 41 │ │ │ │ ├── refactorings.history │ │ │ │ └── refactorings.index │ │ │ └── 2010_HelloWorld │ │ │ └── 2016 │ │ │ └── 10 │ │ │ └── 41 │ │ │ ├── refactorings.history │ │ │ └── refactorings.index │ ├── org.eclipse.ltk.ui.refactoring │ │ └── dialog_settings.xml │ ├── org.eclipse.ui.editors │ │ └── dialog_settings.xml │ ├── org.eclipse.ui.ide │ │ └── dialog_settings.xml │ ├── org.eclipse.ui.workbench.texteditor │ │ └── dialog_settings.xml │ └── org.eclipse.ui.workbench │ │ ├── dialog_settings.xml │ │ └── workingsets.xml └── version.ini ├── 0000_Template ├── .cproject ├── .gitignore ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── LICENSE ├── Makefile ├── README.rst ├── main │ ├── component.mk │ └── main.c └── sdkconfig ├── 0010_hello_world ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── hello-world.bin │ ├── hello-world.map │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ └── hello_world_main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── component.mk │ └── hello_world_main.c └── sdkconfig ├── 0020_blink ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ └── blink.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── blink.c │ └── component.mk └── sdkconfig ├── 0030_http_request ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── http-request.bin │ ├── http-request.map │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ └── http_request_main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── http_request_main.c └── sdkconfig ├── 0040_https_request ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── https-request.bin │ ├── https-request.map │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── cert.d │ │ └── https_request_main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── cert.c │ ├── component.mk │ └── https_request_main.c ├── sdkconfig └── sdkconfig.old ├── 0050_ble_adv ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.rst ├── build │ ├── ble_adv.bin │ ├── ble_adv.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ ├── enabled.h │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── bt.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ ├── bt.h │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ └── ulp │ │ │ │ └── coproc │ │ │ │ └── reserve │ │ │ │ └── mem.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ └── app_bt.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── app_bt.c │ └── component.mk ├── sdkconfig ├── sdkconfig.defaults └── sdkconfig.old ├── 2010_HelloWorld ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── hello │ │ │ │ └── message.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── loop │ │ │ │ └── duration.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HelloWorld.d │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── HelloWorld.c │ ├── Kconfig.projbuild │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── 2020_TaskPriority ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── hello │ │ │ │ └── message.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── loop │ │ │ │ └── duration.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2030_SystemInfo ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── hello │ │ │ │ └── message.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── loop │ │ │ │ └── duration.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2040_GPIO_Blink ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2050_GPIO_Toggle ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2060_GPIO_Input ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 2mb.h │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── input │ │ │ │ └── gpio.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2070_Timer ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main.c ├── sdkconfig └── sdkconfig.old ├── 2080_GPIO_Interrupt ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── blink │ │ │ │ └── gpio.h │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 2mb.h │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── input │ │ │ │ └── gpio.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ ├── gpio_intr.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── gpio_intr.c ├── sdkconfig └── sdkconfig.old ├── 2090_DHT ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── dht │ │ └── dht.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── dht │ │ │ │ └── gpio.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 2mb.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── input │ │ │ │ └── gpio.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ └── enabled.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── blink.d │ │ ├── dht.d │ │ ├── gpio_intr.d │ │ ├── main.d │ │ └── main_dht.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── components │ └── dht ├── main │ ├── Kconfig.projbuild │ ├── component.mk │ └── main_dht.c ├── sdkconfig └── sdkconfig.old ├── 2100_WiFi_Scan ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── hello │ │ │ │ └── message.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── loop │ │ │ │ └── duration.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HelloWorld.d │ │ ├── WiFi_Scan.d │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── WiFi_Scan.c │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── 2110_WiFi_Connect ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HelloWorld.d │ │ ├── WiFi_Connect.d │ │ ├── WiFi_Scan.d │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── Kconfig.projbuild │ ├── WiFi_Connect.c │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── 2120_HTTP_Get ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HTTP_Get.d │ │ ├── HelloWorld.d │ │ ├── WiFi_Connect.d │ │ ├── WiFi_Scan.d │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── HTTP_Get.c │ ├── Kconfig.projbuild │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── 2130_HTTPS_Get ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HTTPS_Get.d │ │ ├── HTTP_Get.d │ │ ├── HelloWorld.d │ │ ├── WiFi_Connect.d │ │ ├── WiFi_Scan.d │ │ ├── blink.d │ │ ├── cert.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── main │ ├── HTTPS_Get.c │ ├── Kconfig.projbuild │ ├── cert.c │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── 2140_ThingSpeak ├── .cproject ├── .project ├── .settings │ ├── language.settings.xml │ └── org.eclipse.cdt.core.prefs ├── Makefile ├── README.md ├── build │ ├── blink.bin │ ├── blink.map │ ├── bootloader │ │ ├── bootloader.bin │ │ ├── bootloader.map │ │ ├── log │ │ │ └── log.d │ │ └── main │ │ │ ├── bootloader_start.d │ │ │ ├── flash_encrypt.d │ │ │ └── secure_boot.d │ ├── bt │ │ └── bt.d │ ├── dht │ │ └── dht.d │ ├── driver │ │ ├── gpio.d │ │ ├── ledc.d │ │ └── periph_ctrl.d │ ├── esp32 │ │ ├── abi.d │ │ ├── cpu_freq.d │ │ ├── cpu_start.d │ │ ├── deepsleep.d │ │ ├── esp32_out.ld │ │ ├── event_default_handlers.d │ │ ├── event_loop.d │ │ ├── heap_alloc_caps.d │ │ ├── hwcrypto │ │ │ ├── aes.d │ │ │ └── sha.d │ │ ├── ipc.d │ │ └── syscalls.d │ ├── expat │ │ ├── library │ │ │ ├── xmlparse.d │ │ │ ├── xmlrole.d │ │ │ ├── xmltok.d │ │ │ ├── xmltok_impl.d │ │ │ └── xmltok_ns.d │ │ └── port │ │ │ ├── chardata.d │ │ │ ├── expat_element.d │ │ │ └── minicheck.d │ ├── freertos │ │ ├── FreeRTOS-openocd.d │ │ ├── croutine.d │ │ ├── event_groups.d │ │ ├── gdbstub.d │ │ ├── heap_regions.d │ │ ├── heap_regions_debug.d │ │ ├── list.d │ │ ├── panic.d │ │ ├── port.d │ │ ├── portasm.d │ │ ├── queue.d │ │ ├── ringbuf.d │ │ ├── tasks.d │ │ ├── timers.d │ │ ├── xtensa_context.d │ │ ├── xtensa_init.d │ │ ├── xtensa_intr.d │ │ ├── xtensa_intr_asm.d │ │ ├── xtensa_overlay_os_hook.d │ │ └── xtensa_vectors.d │ ├── include │ │ ├── config │ │ │ ├── app │ │ │ │ └── offset.h │ │ │ ├── auto.conf │ │ │ ├── auto.conf.cmd │ │ │ ├── bt │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── dht │ │ │ │ └── gpio.h │ │ │ ├── esp32 │ │ │ │ ├── default │ │ │ │ │ └── cpu │ │ │ │ │ │ └── freq │ │ │ │ │ │ ├── 240.h │ │ │ │ │ │ └── mhz.h │ │ │ │ └── enable │ │ │ │ │ └── stack │ │ │ │ │ └── wifi.h │ │ │ ├── esptoolpy │ │ │ │ ├── baud.h │ │ │ │ ├── baud │ │ │ │ │ ├── 921600b.h │ │ │ │ │ └── other │ │ │ │ │ │ └── val.h │ │ │ │ ├── compressed.h │ │ │ │ ├── flashfreq.h │ │ │ │ ├── flashfreq │ │ │ │ │ └── 40m.h │ │ │ │ ├── flashmode.h │ │ │ │ ├── flashmode │ │ │ │ │ └── dio.h │ │ │ │ └── port.h │ │ │ ├── freertos │ │ │ │ ├── assert │ │ │ │ │ ├── fail │ │ │ │ │ │ └── abort.h │ │ │ │ │ └── on │ │ │ │ │ │ └── untested │ │ │ │ │ │ └── function.h │ │ │ │ ├── break │ │ │ │ │ └── on │ │ │ │ │ │ └── scheduler │ │ │ │ │ │ └── start │ │ │ │ │ │ └── jtag.h │ │ │ │ ├── check │ │ │ │ │ └── stackoverflow │ │ │ │ │ │ └── none.h │ │ │ │ ├── coretimer │ │ │ │ │ └── 0.h │ │ │ │ ├── debug │ │ │ │ │ └── ocdaware.h │ │ │ │ ├── hz.h │ │ │ │ ├── panic │ │ │ │ │ └── print │ │ │ │ │ │ └── reboot.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── pointers.h │ │ │ ├── log │ │ │ │ ├── bootloader │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ │ └── warn.h │ │ │ │ ├── colors.h │ │ │ │ └── default │ │ │ │ │ ├── level.h │ │ │ │ │ └── level │ │ │ │ │ └── info.h │ │ │ ├── lwip │ │ │ │ ├── max │ │ │ │ │ └── sockets.h │ │ │ │ └── thread │ │ │ │ │ └── local │ │ │ │ │ └── storage │ │ │ │ │ └── index.h │ │ │ ├── main │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── mbedtls │ │ │ │ └── ssl │ │ │ │ │ └── max │ │ │ │ │ └── content │ │ │ │ │ └── len.h │ │ │ ├── memmap │ │ │ │ └── smp.h │ │ │ ├── newlib │ │ │ │ └── stdout │ │ │ │ │ └── addcr.h │ │ │ ├── partition │ │ │ │ └── table │ │ │ │ │ ├── custom │ │ │ │ │ ├── app │ │ │ │ │ │ └── bin │ │ │ │ │ │ │ └── offset.h │ │ │ │ │ └── filename.h │ │ │ │ │ ├── filename.h │ │ │ │ │ └── single │ │ │ │ │ └── app.h │ │ │ ├── python.h │ │ │ ├── system │ │ │ │ └── event │ │ │ │ │ ├── queue │ │ │ │ │ └── size.h │ │ │ │ │ └── task │ │ │ │ │ └── stack │ │ │ │ │ └── size.h │ │ │ ├── toolprefix.h │ │ │ ├── tracemem │ │ │ │ └── reserve │ │ │ │ │ └── dram.h │ │ │ ├── tristate.conf │ │ │ ├── ulp │ │ │ │ └── coproc │ │ │ │ │ └── reserve │ │ │ │ │ └── mem.h │ │ │ └── wifi │ │ │ │ ├── enabled.h │ │ │ │ ├── password.h │ │ │ │ └── ssid.h │ │ └── sdkconfig.h │ ├── json │ │ ├── library │ │ │ └── cJSON.d │ │ └── port │ │ │ └── cJSON_Utils.d │ ├── log │ │ └── log.d │ ├── lwip │ │ ├── api │ │ │ ├── api_lib.d │ │ │ ├── api_msg.d │ │ │ ├── err.d │ │ │ ├── lwip_debug.d │ │ │ ├── netbuf.d │ │ │ ├── netdb.d │ │ │ ├── netifapi.d │ │ │ ├── pppapi.d │ │ │ ├── sockets.d │ │ │ └── tcpip.d │ │ ├── apps │ │ │ ├── dhcpserver.d │ │ │ └── sntp │ │ │ │ └── sntp.d │ │ ├── core │ │ │ ├── def.d │ │ │ ├── dns.d │ │ │ ├── inet_chksum.d │ │ │ ├── init.d │ │ │ ├── ip.d │ │ │ ├── ipv4 │ │ │ │ ├── autoip.d │ │ │ │ ├── dhcp.d │ │ │ │ ├── icmp.d │ │ │ │ ├── igmp.d │ │ │ │ ├── ip4.d │ │ │ │ ├── ip4_addr.d │ │ │ │ └── ip_frag.d │ │ │ ├── ipv6 │ │ │ │ ├── dhcp6.d │ │ │ │ ├── ethip6.d │ │ │ │ ├── icmp6.d │ │ │ │ ├── inet6.d │ │ │ │ ├── ip6.d │ │ │ │ ├── ip6_addr.d │ │ │ │ ├── ip6_frag.d │ │ │ │ ├── mld6.d │ │ │ │ └── nd6.d │ │ │ ├── mem.d │ │ │ ├── memp.d │ │ │ ├── netif.d │ │ │ ├── pbuf.d │ │ │ ├── raw.d │ │ │ ├── stats.d │ │ │ ├── sys.d │ │ │ ├── tcp.d │ │ │ ├── tcp_in.d │ │ │ ├── tcp_out.d │ │ │ ├── timers.d │ │ │ └── udp.d │ │ ├── netif │ │ │ ├── etharp.d │ │ │ ├── ethernet.d │ │ │ ├── ethernetif.d │ │ │ ├── lowpan6.d │ │ │ └── slipif.d │ │ └── port │ │ │ ├── freertos │ │ │ └── sys_arch.d │ │ │ └── netif │ │ │ └── wlanif.d │ ├── main │ │ ├── HTTP_Get.d │ │ ├── HelloWorld.d │ │ ├── ThingSpeak.d │ │ ├── WiFi_Connect.d │ │ ├── WiFi_Scan.d │ │ ├── blink.d │ │ └── main.d │ ├── mbedtls │ │ ├── library │ │ │ ├── aes.d │ │ │ ├── aesni.d │ │ │ ├── arc4.d │ │ │ ├── asn1parse.d │ │ │ ├── asn1write.d │ │ │ ├── base64.d │ │ │ ├── bignum.d │ │ │ ├── blowfish.d │ │ │ ├── camellia.d │ │ │ ├── ccm.d │ │ │ ├── certs.d │ │ │ ├── cipher.d │ │ │ ├── cipher_wrap.d │ │ │ ├── ctr_drbg.d │ │ │ ├── debug.d │ │ │ ├── des.d │ │ │ ├── dhm.d │ │ │ ├── ecdh.d │ │ │ ├── ecdsa.d │ │ │ ├── ecjpake.d │ │ │ ├── ecp.d │ │ │ ├── ecp_curves.d │ │ │ ├── entropy.d │ │ │ ├── entropy_poll.d │ │ │ ├── error.d │ │ │ ├── gcm.d │ │ │ ├── havege.d │ │ │ ├── hmac_drbg.d │ │ │ ├── md.d │ │ │ ├── md2.d │ │ │ ├── md4.d │ │ │ ├── md5.d │ │ │ ├── md_wrap.d │ │ │ ├── memory_buffer_alloc.d │ │ │ ├── net.d │ │ │ ├── oid.d │ │ │ ├── padlock.d │ │ │ ├── pem.d │ │ │ ├── pk.d │ │ │ ├── pk_wrap.d │ │ │ ├── pkcs11.d │ │ │ ├── pkcs12.d │ │ │ ├── pkcs5.d │ │ │ ├── pkparse.d │ │ │ ├── pkwrite.d │ │ │ ├── platform.d │ │ │ ├── ripemd160.d │ │ │ ├── rsa.d │ │ │ ├── sha1.d │ │ │ ├── sha256.d │ │ │ ├── sha512.d │ │ │ ├── ssl_cache.d │ │ │ ├── ssl_ciphersuites.d │ │ │ ├── ssl_cli.d │ │ │ ├── ssl_cookie.d │ │ │ ├── ssl_srv.d │ │ │ ├── ssl_ticket.d │ │ │ ├── ssl_tls.d │ │ │ ├── threading.d │ │ │ ├── timing.d │ │ │ ├── version.d │ │ │ ├── version_features.d │ │ │ ├── x509.d │ │ │ ├── x509_create.d │ │ │ ├── x509_crl.d │ │ │ ├── x509_crt.d │ │ │ ├── x509_csr.d │ │ │ ├── x509write_crt.d │ │ │ ├── x509write_csr.d │ │ │ └── xtea.d │ │ └── port │ │ │ ├── esp_bignum.d │ │ │ ├── esp_hardware.d │ │ │ └── net.d │ ├── nghttp │ │ ├── library │ │ │ ├── nghttp2_buf.d │ │ │ ├── nghttp2_callbacks.d │ │ │ ├── nghttp2_frame.d │ │ │ ├── nghttp2_hd.d │ │ │ ├── nghttp2_hd_huffman.d │ │ │ ├── nghttp2_hd_huffman_data.d │ │ │ ├── nghttp2_helper.d │ │ │ ├── nghttp2_http.d │ │ │ ├── nghttp2_map.d │ │ │ ├── nghttp2_mem.d │ │ │ ├── nghttp2_npn.d │ │ │ ├── nghttp2_option.d │ │ │ ├── nghttp2_outbound_item.d │ │ │ ├── nghttp2_pq.d │ │ │ ├── nghttp2_priority_spec.d │ │ │ ├── nghttp2_queue.d │ │ │ ├── nghttp2_rcbuf.d │ │ │ ├── nghttp2_session.d │ │ │ ├── nghttp2_stream.d │ │ │ ├── nghttp2_submit.d │ │ │ └── nghttp2_version.d │ │ └── port │ │ │ └── http_parser.d │ ├── nvs_flash │ │ └── src │ │ │ ├── nvs_api.d │ │ │ ├── nvs_item_hash_list.d │ │ │ ├── nvs_page.d │ │ │ ├── nvs_pagemanager.d │ │ │ ├── nvs_storage.d │ │ │ └── nvs_types.d │ ├── partitions_singleapp.bin │ ├── spi_flash │ │ └── esp_spi_flash.d │ └── tcpip_adapter │ │ └── tcpip_adapter_lwip.d ├── components │ └── dht ├── main │ ├── Kconfig.projbuild │ ├── ThingSpeak.c │ └── component.mk ├── sdkconfig └── sdkconfig.old ├── README.md ├── _components └── dht │ ├── component.mk │ ├── component.mk~ │ ├── dht.c │ └── include │ └── dht.h └── _settings └── settings.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/.gitignore -------------------------------------------------------------------------------- /.metadata/.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.metadata/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/.metadata/.log -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.cdt.make.core/specs.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.C: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.cdt.managedbuilder.core/spec.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /.metadata/version.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/.metadata/version.ini -------------------------------------------------------------------------------- /0000_Template/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/.cproject -------------------------------------------------------------------------------- /0000_Template/.gitignore: -------------------------------------------------------------------------------- 1 | build/ 2 | sdkconfig.old 3 | -------------------------------------------------------------------------------- /0000_Template/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/.project -------------------------------------------------------------------------------- /0000_Template/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/LICENSE -------------------------------------------------------------------------------- /0000_Template/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/Makefile -------------------------------------------------------------------------------- /0000_Template/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/README.rst -------------------------------------------------------------------------------- /0000_Template/main/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/main/main.c -------------------------------------------------------------------------------- /0000_Template/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0000_Template/sdkconfig -------------------------------------------------------------------------------- /0010_hello_world/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/.cproject -------------------------------------------------------------------------------- /0010_hello_world/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/.project -------------------------------------------------------------------------------- /0010_hello_world/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/Makefile -------------------------------------------------------------------------------- /0010_hello_world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/README.md -------------------------------------------------------------------------------- /0010_hello_world/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/build/bt/bt.d -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0010_hello_world/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0010_hello_world/sdkconfig -------------------------------------------------------------------------------- /0020_blink/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/.cproject -------------------------------------------------------------------------------- /0020_blink/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/.project -------------------------------------------------------------------------------- /0020_blink/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/Makefile -------------------------------------------------------------------------------- /0020_blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/README.md -------------------------------------------------------------------------------- /0020_blink/build/blink.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/blink.bin -------------------------------------------------------------------------------- /0020_blink/build/blink.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/blink.map -------------------------------------------------------------------------------- /0020_blink/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/bt/bt.d -------------------------------------------------------------------------------- /0020_blink/build/driver/gpio.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/driver/gpio.d -------------------------------------------------------------------------------- /0020_blink/build/driver/ledc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/driver/ledc.d -------------------------------------------------------------------------------- /0020_blink/build/esp32/abi.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/esp32/abi.d -------------------------------------------------------------------------------- /0020_blink/build/esp32/ipc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/esp32/ipc.d -------------------------------------------------------------------------------- /0020_blink/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0020_blink/build/log/log.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/log/log.d -------------------------------------------------------------------------------- /0020_blink/build/main/blink.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/build/main/blink.d -------------------------------------------------------------------------------- /0020_blink/main/blink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/main/blink.c -------------------------------------------------------------------------------- /0020_blink/main/component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/main/component.mk -------------------------------------------------------------------------------- /0020_blink/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0020_blink/sdkconfig -------------------------------------------------------------------------------- /0030_http_request/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0030_http_request/.cproject -------------------------------------------------------------------------------- /0030_http_request/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0030_http_request/.project -------------------------------------------------------------------------------- /0030_http_request/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0030_http_request/Makefile -------------------------------------------------------------------------------- /0030_http_request/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0030_http_request/README.md -------------------------------------------------------------------------------- /0030_http_request/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0030_http_request/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0030_http_request/sdkconfig -------------------------------------------------------------------------------- /0040_https_request/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0040_https_request/.project -------------------------------------------------------------------------------- /0040_https_request/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0040_https_request/Makefile -------------------------------------------------------------------------------- /0040_https_request/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0040_https_request/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/.cproject -------------------------------------------------------------------------------- /0050_ble_adv/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/.project -------------------------------------------------------------------------------- /0050_ble_adv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/Makefile -------------------------------------------------------------------------------- /0050_ble_adv/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/README.rst -------------------------------------------------------------------------------- /0050_ble_adv/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/build/bt/bt.d -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/bt/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esp32/enable/stack/bt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/memmap/bt.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0050_ble_adv/main/app_bt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/main/app_bt.c -------------------------------------------------------------------------------- /0050_ble_adv/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/sdkconfig -------------------------------------------------------------------------------- /0050_ble_adv/sdkconfig.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/0050_ble_adv/sdkconfig.old -------------------------------------------------------------------------------- /2010_HelloWorld/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2010_HelloWorld/.cproject -------------------------------------------------------------------------------- /2010_HelloWorld/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2010_HelloWorld/.project -------------------------------------------------------------------------------- /2010_HelloWorld/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2010_HelloWorld/Makefile -------------------------------------------------------------------------------- /2010_HelloWorld/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2010_HelloWorld/README.md -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/hello/message.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/loop/duration.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2010_HelloWorld/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2010_HelloWorld/sdkconfig -------------------------------------------------------------------------------- /2020_TaskPriority/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2020_TaskPriority/.cproject -------------------------------------------------------------------------------- /2020_TaskPriority/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2020_TaskPriority/.project -------------------------------------------------------------------------------- /2020_TaskPriority/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2020_TaskPriority/Makefile -------------------------------------------------------------------------------- /2020_TaskPriority/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2020_TaskPriority/README.md -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/hello/message.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/loop/duration.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2020_TaskPriority/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2020_TaskPriority/sdkconfig -------------------------------------------------------------------------------- /2030_SystemInfo/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/.cproject -------------------------------------------------------------------------------- /2030_SystemInfo/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/.project -------------------------------------------------------------------------------- /2030_SystemInfo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/Makefile -------------------------------------------------------------------------------- /2030_SystemInfo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/README.md -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/hello/message.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/loop/duration.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2030_SystemInfo/main/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/main/main.c -------------------------------------------------------------------------------- /2030_SystemInfo/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2030_SystemInfo/sdkconfig -------------------------------------------------------------------------------- /2040_GPIO_Blink/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/.cproject -------------------------------------------------------------------------------- /2040_GPIO_Blink/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/.project -------------------------------------------------------------------------------- /2040_GPIO_Blink/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/Makefile -------------------------------------------------------------------------------- /2040_GPIO_Blink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/README.md -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2040_GPIO_Blink/main/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/main/main.c -------------------------------------------------------------------------------- /2040_GPIO_Blink/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2040_GPIO_Blink/sdkconfig -------------------------------------------------------------------------------- /2050_GPIO_Toggle/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2050_GPIO_Toggle/.cproject -------------------------------------------------------------------------------- /2050_GPIO_Toggle/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2050_GPIO_Toggle/.project -------------------------------------------------------------------------------- /2050_GPIO_Toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2050_GPIO_Toggle/Makefile -------------------------------------------------------------------------------- /2050_GPIO_Toggle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2050_GPIO_Toggle/README.md -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2050_GPIO_Toggle/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2050_GPIO_Toggle/sdkconfig -------------------------------------------------------------------------------- /2060_GPIO_Input/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/.cproject -------------------------------------------------------------------------------- /2060_GPIO_Input/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/.project -------------------------------------------------------------------------------- /2060_GPIO_Input/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/Makefile -------------------------------------------------------------------------------- /2060_GPIO_Input/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/README.md -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/baud/2mb.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/input/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2060_GPIO_Input/main/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/main/main.c -------------------------------------------------------------------------------- /2060_GPIO_Input/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2060_GPIO_Input/sdkconfig -------------------------------------------------------------------------------- /2070_Timer/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/.cproject -------------------------------------------------------------------------------- /2070_Timer/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/.project -------------------------------------------------------------------------------- /2070_Timer/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/Makefile -------------------------------------------------------------------------------- /2070_Timer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/README.md -------------------------------------------------------------------------------- /2070_Timer/build/blink.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/build/blink.bin -------------------------------------------------------------------------------- /2070_Timer/build/blink.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/build/blink.map -------------------------------------------------------------------------------- /2070_Timer/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/build/bt/bt.d -------------------------------------------------------------------------------- /2070_Timer/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2070_Timer/build/log/log.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/build/log/log.d -------------------------------------------------------------------------------- /2070_Timer/main/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/main/main.c -------------------------------------------------------------------------------- /2070_Timer/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/sdkconfig -------------------------------------------------------------------------------- /2070_Timer/sdkconfig.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2070_Timer/sdkconfig.old -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/blink/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/baud/2mb.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/input/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2080_GPIO_Interrupt/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/.cproject -------------------------------------------------------------------------------- /2090_DHT/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/.project -------------------------------------------------------------------------------- /2090_DHT/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/Makefile -------------------------------------------------------------------------------- /2090_DHT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/README.md -------------------------------------------------------------------------------- /2090_DHT/build/blink.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/blink.bin -------------------------------------------------------------------------------- /2090_DHT/build/blink.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/blink.map -------------------------------------------------------------------------------- /2090_DHT/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/bt/bt.d -------------------------------------------------------------------------------- /2090_DHT/build/dht/dht.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/dht/dht.d -------------------------------------------------------------------------------- /2090_DHT/build/esp32/abi.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/esp32/abi.d -------------------------------------------------------------------------------- /2090_DHT/build/esp32/ipc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/esp32/ipc.d -------------------------------------------------------------------------------- /2090_DHT/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/dht/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/baud/2mb.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/input/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2090_DHT/build/log/log.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/log/log.d -------------------------------------------------------------------------------- /2090_DHT/build/main/blink.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/main/blink.d -------------------------------------------------------------------------------- /2090_DHT/build/main/dht.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/main/dht.d -------------------------------------------------------------------------------- /2090_DHT/build/main/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/build/main/main.d -------------------------------------------------------------------------------- /2090_DHT/components/dht: -------------------------------------------------------------------------------- 1 | ../../_components/dht -------------------------------------------------------------------------------- /2090_DHT/main/component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/main/component.mk -------------------------------------------------------------------------------- /2090_DHT/main/main_dht.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/main/main_dht.c -------------------------------------------------------------------------------- /2090_DHT/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/sdkconfig -------------------------------------------------------------------------------- /2090_DHT/sdkconfig.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2090_DHT/sdkconfig.old -------------------------------------------------------------------------------- /2100_WiFi_Scan/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2100_WiFi_Scan/.cproject -------------------------------------------------------------------------------- /2100_WiFi_Scan/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2100_WiFi_Scan/.project -------------------------------------------------------------------------------- /2100_WiFi_Scan/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2100_WiFi_Scan/Makefile -------------------------------------------------------------------------------- /2100_WiFi_Scan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2100_WiFi_Scan/README.md -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/hello/message.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/loop/duration.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2100_WiFi_Scan/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2100_WiFi_Scan/sdkconfig -------------------------------------------------------------------------------- /2110_WiFi_Connect/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2110_WiFi_Connect/.cproject -------------------------------------------------------------------------------- /2110_WiFi_Connect/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2110_WiFi_Connect/.project -------------------------------------------------------------------------------- /2110_WiFi_Connect/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2110_WiFi_Connect/Makefile -------------------------------------------------------------------------------- /2110_WiFi_Connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2110_WiFi_Connect/README.md -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2110_WiFi_Connect/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2110_WiFi_Connect/sdkconfig -------------------------------------------------------------------------------- /2120_HTTP_Get/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/.cproject -------------------------------------------------------------------------------- /2120_HTTP_Get/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/.project -------------------------------------------------------------------------------- /2120_HTTP_Get/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/Makefile -------------------------------------------------------------------------------- /2120_HTTP_Get/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/README.md -------------------------------------------------------------------------------- /2120_HTTP_Get/build/bt/bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/build/bt/bt.d -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2120_HTTP_Get/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/sdkconfig -------------------------------------------------------------------------------- /2120_HTTP_Get/sdkconfig.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2120_HTTP_Get/sdkconfig.old -------------------------------------------------------------------------------- /2130_HTTPS_Get/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/.cproject -------------------------------------------------------------------------------- /2130_HTTPS_Get/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/.project -------------------------------------------------------------------------------- /2130_HTTPS_Get/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/Makefile -------------------------------------------------------------------------------- /2130_HTTPS_Get/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/README.md -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2130_HTTPS_Get/main/cert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/main/cert.c -------------------------------------------------------------------------------- /2130_HTTPS_Get/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2130_HTTPS_Get/sdkconfig -------------------------------------------------------------------------------- /2140_ThingSpeak/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2140_ThingSpeak/.cproject -------------------------------------------------------------------------------- /2140_ThingSpeak/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2140_ThingSpeak/.project -------------------------------------------------------------------------------- /2140_ThingSpeak/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2140_ThingSpeak/Makefile -------------------------------------------------------------------------------- /2140_ThingSpeak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2140_ThingSpeak/README.md -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/app/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/bt/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/dht/gpio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esp32/default/cpu/freq/240.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esp32/default/cpu/freq/mhz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esp32/enable/stack/wifi.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/baud.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/baud/921600b.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/baud/other/val.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/compressed.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/flashfreq.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/flashfreq/40m.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/flashmode.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/flashmode/dio.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/esptoolpy/port.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/assert/fail/abort.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/assert/on/untested/function.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/break/on/scheduler/start/jtag.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/check/stackoverflow/none.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/coretimer/0.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/debug/ocdaware.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/hz.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/panic/print/reboot.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/freertos/thread/local/storage/pointers.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/log/bootloader/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/log/bootloader/level/warn.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/log/colors.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/log/default/level.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/log/default/level/info.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/lwip/max/sockets.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/lwip/thread/local/storage/index.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/main/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/mbedtls/ssl/max/content/len.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/memmap/smp.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/newlib/stdout/addcr.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/partition/table/custom/app/bin/offset.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/partition/table/custom/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/partition/table/filename.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/partition/table/single/app.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/python.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/system/event/queue/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/system/event/task/stack/size.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/toolprefix.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/tracemem/reserve/dram.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/ulp/coproc/reserve/mem.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/wifi/enabled.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/wifi/password.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/build/include/config/wifi/ssid.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /2140_ThingSpeak/components/dht: -------------------------------------------------------------------------------- 1 | ../../_components/dht -------------------------------------------------------------------------------- /2140_ThingSpeak/sdkconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/2140_ThingSpeak/sdkconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # esp32_workspace -------------------------------------------------------------------------------- /_components/dht/dht.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/_components/dht/dht.c -------------------------------------------------------------------------------- /_settings/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anoochit/esp32-example/HEAD/_settings/settings.xml --------------------------------------------------------------------------------