]> granicus.if.org Git - esp-idf/commit
Initial public version
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 17 Aug 2016 15:08:22 +0000 (23:08 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 17 Aug 2016 15:08:22 +0000 (23:08 +0800)
commitbd6ea4393c7d2f059fc4decc70f1ec3eb3597268
treeb317311ecbdf257599d4984d35cf6b982e615d4e
Initial public version
628 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Kconfig [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.buildenv [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/eclipse_windows_make.sh [new file with mode: 0755]
bin/esptool.py [new file with mode: 0755]
bin/gen_esp32part.py [new file with mode: 0755]
components/bootloader/Makefile.projbuild [new file with mode: 0644]
components/bootloader/src/.gitignore [new file with mode: 0644]
components/bootloader/src/Makefile [new file with mode: 0644]
components/bootloader/src/main/Makefile [new file with mode: 0644]
components/bootloader/src/main/bootloader_config.h [new file with mode: 0644]
components/bootloader/src/main/bootloader_log.h [new file with mode: 0644]
components/bootloader/src/main/bootloader_start.c [new file with mode: 0644]
components/bootloader/src/main/eagle.bootloader.ld [new file with mode: 0644]
components/bootloader/src/main/flash_encrypt.c [new file with mode: 0644]
components/bootloader/src/main/secure_boot.c [new file with mode: 0644]
components/bt/Kconfig [new file with mode: 0644]
components/esp32/Kconfig [new file with mode: 0644]
components/esp32/Makefile [new file with mode: 0644]
components/esp32/abi.cpp [new file with mode: 0644]
components/esp32/cpu_start.c [new file with mode: 0644]
components/esp32/event.c [new file with mode: 0644]
components/esp32/heap_alloc_caps.c [new file with mode: 0644]
components/esp32/heap_alloc_caps.h [new file with mode: 0644]
components/esp32/include/esp_attr.h [new file with mode: 0644]
components/esp32/include/esp_err.h [new file with mode: 0644]
components/esp32/include/esp_event.h [new file with mode: 0755]
components/esp32/include/esp_ssc.h [new file with mode: 0644]
components/esp32/include/esp_system.h [new file with mode: 0644]
components/esp32/include/esp_types.h [new file with mode: 0755]
components/esp32/include/esp_wifi.h [new file with mode: 0755]
components/esp32/include/esp_wps.h [new file with mode: 0644]
components/esp32/include/rom/aes.h [new file with mode: 0644]
components/esp32/include/rom/bigint.h [new file with mode: 0644]
components/esp32/include/rom/cache.h [new file with mode: 0644]
components/esp32/include/rom/crc.h [new file with mode: 0644]
components/esp32/include/rom/efuse.h [new file with mode: 0644]
components/esp32/include/rom/ets_sys.h [new file with mode: 0644]
components/esp32/include/rom/gpio.h [new file with mode: 0644]
components/esp32/include/rom/libc_stubs.h [new file with mode: 0644]
components/esp32/include/rom/lldesc.h [new file with mode: 0644]
components/esp32/include/rom/md5_hash.h [new file with mode: 0755]
components/esp32/include/rom/miniz.h [new file with mode: 0644]
components/esp32/include/rom/queue.h [new file with mode: 0755]
components/esp32/include/rom/rtc.h [new file with mode: 0644]
components/esp32/include/rom/secure_boot.h [new file with mode: 0644]
components/esp32/include/rom/sha.h [new file with mode: 0644]
components/esp32/include/rom/spi_flash.h [new file with mode: 0644]
components/esp32/include/rom/ssc.h [new file with mode: 0755]
components/esp32/include/rom/tbconsole.h [new file with mode: 0644]
components/esp32/include/rom/tjpgd.h [new file with mode: 0644]
components/esp32/include/rom/uart.h [new file with mode: 0755]
components/esp32/include/rom/wdt.h [new file with mode: 0644]
components/esp32/include/soc/bb_reg.h [new file with mode: 0755]
components/esp32/include/soc/boot_mode.h [new file with mode: 0755]
components/esp32/include/soc/dport_reg.h [new file with mode: 0644]
components/esp32/include/soc/efuse_reg.h [new file with mode: 0644]
components/esp32/include/soc/gpio_reg.h [new file with mode: 0644]
components/esp32/include/soc/gpio_sd_reg.h [new file with mode: 0644]
components/esp32/include/soc/gpio_sig_map.h [new file with mode: 0644]
components/esp32/include/soc/i2s_reg.h [new file with mode: 0644]
components/esp32/include/soc/io_mux_reg.h [new file with mode: 0644]
components/esp32/include/soc/pid.h [new file with mode: 0644]
components/esp32/include/soc/rtc_cntl_reg.h [new file with mode: 0644]
components/esp32/include/soc/rtc_io_reg.h [new file with mode: 0644]
components/esp32/include/soc/soc.h [new file with mode: 0755]
components/esp32/include/soc/spi_register.h [new file with mode: 0755]
components/esp32/include/soc/timers_reg.h [new file with mode: 0644]
components/esp32/include/soc/uart_register.h [new file with mode: 0644]
components/esp32/include/soc/uhci0_reg.h [new file with mode: 0644]
components/esp32/include/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/c6x-compat.h [new file with mode: 0755]
components/esp32/include/xtensa/cacheasm.h [new file with mode: 0755]
components/esp32/include/xtensa/cacheattrasm.h [new file with mode: 0755]
components/esp32/include/xtensa/config/core-isa.h [new file with mode: 0644]
components/esp32/include/xtensa/config/core-matmap.h [new file with mode: 0644]
components/esp32/include/xtensa/config/core.h [new file with mode: 0644]
components/esp32/include/xtensa/config/defs.h [new file with mode: 0644]
components/esp32/include/xtensa/config/specreg.h [new file with mode: 0644]
components/esp32/include/xtensa/config/system.h [new file with mode: 0644]
components/esp32/include/xtensa/config/tie-asm.h [new file with mode: 0644]
components/esp32/include/xtensa/config/tie.h [new file with mode: 0644]
components/esp32/include/xtensa/core-macros.h [new file with mode: 0755]
components/esp32/include/xtensa/coreasm.h [new file with mode: 0755]
components/esp32/include/xtensa/corebits.h [new file with mode: 0755]
components/esp32/include/xtensa/debugfs.h [new file with mode: 0755]
components/esp32/include/xtensa/feedback.h [new file with mode: 0755]
components/esp32/include/xtensa/gdbio.h [new file with mode: 0755]
components/esp32/include/xtensa/hal.h [new file with mode: 0755]
components/esp32/include/xtensa/jtag-xtensa.h [new file with mode: 0755]
components/esp32/include/xtensa/lcd-splc780d-4bitmode-board.h [new file with mode: 0755]
components/esp32/include/xtensa/lcd-splc780d-4bitmode.h [new file with mode: 0755]
components/esp32/include/xtensa/lcd-splc780d.h [new file with mode: 0755]
components/esp32/include/xtensa/overlay.h [new file with mode: 0755]
components/esp32/include/xtensa/overlay_os_asm.h [new file with mode: 0755]
components/esp32/include/xtensa/sim.h [new file with mode: 0755]
components/esp32/include/xtensa/simboard.h [new file with mode: 0755]
components/esp32/include/xtensa/simcall-errno.h [new file with mode: 0755]
components/esp32/include/xtensa/simcall-fcntl.h [new file with mode: 0755]
components/esp32/include/xtensa/simcall.h [new file with mode: 0755]
components/esp32/include/xtensa/specreg.h [new file with mode: 0755]
components/esp32/include/xtensa/tie/xt_DFP_assist.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_FP.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_MAC16.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_MUL32.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_booleans.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_coprocessors.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_core.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_debug.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_density.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_exceptions.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_externalregisters.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_integerdivide.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_interrupt.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_ioports.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_misc.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_mmu.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_mul.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_regwin.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_scmpr.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_sync.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_timer.h [new file with mode: 0644]
components/esp32/include/xtensa/tie/xt_trace.h [new file with mode: 0644]
components/esp32/include/xtensa/trax-api.h [new file with mode: 0755]
components/esp32/include/xtensa/trax-core-config.h [new file with mode: 0755]
components/esp32/include/xtensa/trax-proto.h [new file with mode: 0755]
components/esp32/include/xtensa/trax-util.h [new file with mode: 0755]
components/esp32/include/xtensa/trax.h [new file with mode: 0755]
components/esp32/include/xtensa/traxfile.h [new file with mode: 0755]
components/esp32/include/xtensa/traxreg.h [new file with mode: 0755]
components/esp32/include/xtensa/uart-16550-board.h [new file with mode: 0755]
components/esp32/include/xtensa/uart-16550.h [new file with mode: 0755]
components/esp32/include/xtensa/udma.h [new file with mode: 0755]
components/esp32/include/xtensa/xdm-regs.h [new file with mode: 0755]
components/esp32/include/xtensa/xmon.h [new file with mode: 0755]
components/esp32/include/xtensa/xmp-library.h [new file with mode: 0755]
components/esp32/include/xtensa/xos.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_common.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_cond.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_errors.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_event.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_internal.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_msgq.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_mutex.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_params.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_regaccess.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_semaphore.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_stopwatch.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_syslog.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_thread.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_timer.h [new file with mode: 0755]
components/esp32/include/xtensa/xos_types.h [new file with mode: 0755]
components/esp32/include/xtensa/xt_perf_consts.h [new file with mode: 0755]
components/esp32/include/xtensa/xt_perfmon.h [new file with mode: 0755]
components/esp32/include/xtensa/xt_profiling.h [new file with mode: 0755]
components/esp32/include/xtensa/xt_reftb.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav110.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav110/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav200.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav200/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav60.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav60/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtav60/xtensa/lcd-splc780d-board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtbsp.h [new file with mode: 0755]
components/esp32/include/xtensa/xtensa-libdb-macros.h [new file with mode: 0755]
components/esp32/include/xtensa/xtensa-versions.h [new file with mode: 0755]
components/esp32/include/xtensa/xtensa-xer.h [new file with mode: 0755]
components/esp32/include/xtensa/xtkc705.h [new file with mode: 0755]
components/esp32/include/xtensa/xtkc705/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtload-api.h [new file with mode: 0755]
components/esp32/include/xtensa/xtml605.h [new file with mode: 0755]
components/esp32/include/xtensa/xtml605/xtensa/board.h [new file with mode: 0755]
components/esp32/include/xtensa/xtruntime-core-state.h [new file with mode: 0755]
components/esp32/include/xtensa/xtruntime-frames.h [new file with mode: 0755]
components/esp32/include/xtensa/xtruntime.h [new file with mode: 0755]
components/esp32/include/xtensa/xtutil.h [new file with mode: 0755]
components/esp32/ld/eagle.fpga32.rom.addr.v7.ld [new file with mode: 0644]
components/esp32/ld/eagle.fpga32.v7.ld [new file with mode: 0644]
components/esp32/ld/elf_to_ld.sh [new file with mode: 0755]
components/esp32/lib [new submodule]
components/esp32/libhal.a [new file with mode: 0644]
components/esp32/spiram.h [new file with mode: 0644]
components/esp32/syscalls.c [new file with mode: 0644]
components/esp32/wifi.c [new file with mode: 0644]
components/esptool_py/Kconfig.projbuild [new file with mode: 0644]
components/esptool_py/LICENSE [new file with mode: 0644]
components/esptool_py/Makefile.projbuild [new file with mode: 0644]
components/freertos/Kconfig [new file with mode: 0644]
components/freertos/Makefile [new file with mode: 0644]
components/freertos/croutine.c [new file with mode: 0644]
components/freertos/event_groups.c [new file with mode: 0644]
components/freertos/gdbstub.c [new file with mode: 0644]
components/freertos/gdbstub.h [new file with mode: 0644]
components/freertos/heap_regions.c [new file with mode: 0644]
components/freertos/include/freertos/FreeRTOS.h [new file with mode: 0644]
components/freertos/include/freertos/FreeRTOSConfig.h [new file with mode: 0644]
components/freertos/include/freertos/StackMacros.h [new file with mode: 0644]
components/freertos/include/freertos/croutine.h [new file with mode: 0644]
components/freertos/include/freertos/deprecated_definitions.h [new file with mode: 0644]
components/freertos/include/freertos/event_groups.h [new file with mode: 0644]
components/freertos/include/freertos/heap_regions.h [new file with mode: 0644]
components/freertos/include/freertos/list.h [new file with mode: 0644]
components/freertos/include/freertos/mpu_wrappers.h [new file with mode: 0644]
components/freertos/include/freertos/portable.h [new file with mode: 0644]
components/freertos/include/freertos/portbenchmark.h [new file with mode: 0644]
components/freertos/include/freertos/portmacro.h [new file with mode: 0644]
components/freertos/include/freertos/porttrace.h [new file with mode: 0644]
components/freertos/include/freertos/projdefs.h [new file with mode: 0644]
components/freertos/include/freertos/queue.h [new file with mode: 0644]
components/freertos/include/freertos/semphr.h [new file with mode: 0644]
components/freertos/include/freertos/task.h [new file with mode: 0644]
components/freertos/include/freertos/timers.h [new file with mode: 0644]
components/freertos/include/freertos/xtensa_api.h [new file with mode: 0644]
components/freertos/include/freertos/xtensa_config.h [new file with mode: 0644]
components/freertos/include/freertos/xtensa_context.h [new file with mode: 0644]
components/freertos/include/freertos/xtensa_rtos.h [new file with mode: 0644]
components/freertos/include/freertos/xtensa_timer.h [new file with mode: 0644]
components/freertos/license.txt [new file with mode: 0644]
components/freertos/list.c [new file with mode: 0644]
components/freertos/panic.c [new file with mode: 0644]
components/freertos/port.c [new file with mode: 0644]
components/freertos/portasm.S [new file with mode: 0644]
components/freertos/queue.c [new file with mode: 0644]
components/freertos/readme_smp.txt [new file with mode: 0644]
components/freertos/readme_xtensa.txt [new file with mode: 0644]
components/freertos/stdint.readme [new file with mode: 0644]
components/freertos/tasks.c [new file with mode: 0644]
components/freertos/timers.c [new file with mode: 0644]
components/freertos/xtensa_context.S [new file with mode: 0644]
components/freertos/xtensa_init.c [new file with mode: 0644]
components/freertos/xtensa_intr.c [new file with mode: 0644]
components/freertos/xtensa_intr_asm.S [new file with mode: 0644]
components/freertos/xtensa_overlay_os_hook.c [new file with mode: 0644]
components/freertos/xtensa_vectors.S [new file with mode: 0644]
components/freertos/xtensa_vectors.S-new [new file with mode: 0644]
components/freertos/xtensa_vectors.S-old [new file with mode: 0644]
components/lwip/CHANGELOG [new file with mode: 0755]
components/lwip/COPYING [new file with mode: 0755]
components/lwip/Kconfig [new file with mode: 0644]
components/lwip/Makefile [new file with mode: 0755]
components/lwip/README [new file with mode: 0755]
components/lwip/VERSION [new file with mode: 0644]
components/lwip/api/api_lib.c [new file with mode: 0755]
components/lwip/api/api_msg.c [new file with mode: 0755]
components/lwip/api/err.c [new file with mode: 0755]
components/lwip/api/netbuf.c [new file with mode: 0755]
components/lwip/api/netdb.c [new file with mode: 0755]
components/lwip/api/netifapi.c [new file with mode: 0755]
components/lwip/api/pppapi.c [new file with mode: 0755]
components/lwip/api/sockets.c [new file with mode: 0755]
components/lwip/api/tcpip.c [new file with mode: 0755]
components/lwip/apps/dhcpserver.c [new file with mode: 0644]
components/lwip/core/def.c [new file with mode: 0755]
components/lwip/core/dns.c [new file with mode: 0755]
components/lwip/core/inet_chksum.c [new file with mode: 0755]
components/lwip/core/init.c [new file with mode: 0755]
components/lwip/core/ip.c [new file with mode: 0755]
components/lwip/core/ipv4/autoip.c [new file with mode: 0755]
components/lwip/core/ipv4/dhcp.c [new file with mode: 0755]
components/lwip/core/ipv4/icmp.c [new file with mode: 0755]
components/lwip/core/ipv4/igmp.c [new file with mode: 0755]
components/lwip/core/ipv4/ip4.c [new file with mode: 0755]
components/lwip/core/ipv4/ip4_addr.c [new file with mode: 0755]
components/lwip/core/ipv4/ip_frag.c [new file with mode: 0755]
components/lwip/core/ipv6/README [new file with mode: 0755]
components/lwip/core/ipv6/dhcp6.c [new file with mode: 0755]
components/lwip/core/ipv6/ethip6.c [new file with mode: 0755]
components/lwip/core/ipv6/icmp6.c [new file with mode: 0755]
components/lwip/core/ipv6/inet6.c [new file with mode: 0755]
components/lwip/core/ipv6/ip6.c [new file with mode: 0755]
components/lwip/core/ipv6/ip6_addr.c [new file with mode: 0755]
components/lwip/core/ipv6/ip6_frag.c [new file with mode: 0755]
components/lwip/core/ipv6/mld6.c [new file with mode: 0755]
components/lwip/core/ipv6/nd6.c [new file with mode: 0755]
components/lwip/core/mem.c [new file with mode: 0755]
components/lwip/core/memp.c [new file with mode: 0755]
components/lwip/core/netif.c [new file with mode: 0755]
components/lwip/core/pbuf.c [new file with mode: 0755]
components/lwip/core/raw.c [new file with mode: 0755]
components/lwip/core/stats.c [new file with mode: 0755]
components/lwip/core/sys.c [new file with mode: 0755]
components/lwip/core/tcp.c [new file with mode: 0755]
components/lwip/core/tcp_in.c [new file with mode: 0755]
components/lwip/core/tcp_out.c [new file with mode: 0755]
components/lwip/core/timers.c [new file with mode: 0755]
components/lwip/core/udp.c [new file with mode: 0755]
components/lwip/include/lwip/apps/dhcpserver.h [new file with mode: 0644]
components/lwip/include/lwip/lwip/api.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/arch.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/autoip.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/debug.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/def.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/dhcp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/dhcp6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/dns.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/err.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ethip6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/icmp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/icmp6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/igmp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/inet.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/inet_chksum.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/init.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip4.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip4_addr.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip6_addr.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip6_frag.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip_addr.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/ip_frag.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/mem.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/memp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/mld6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/nd6.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/netbuf.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/netdb.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/netif.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/netifapi.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/opt.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/pbuf.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/pppapi.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/priv/api_msg.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/priv/memp_priv.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/priv/memp_std.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/priv/tcp_priv.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/priv/tcpip_priv.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/raw.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/sio.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/snmp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/sockets.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/stats.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/sys.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/tcp.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/tcpip.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/timers.h [new file with mode: 0755]
components/lwip/include/lwip/lwip/udp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/etharp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ethernet.h [new file with mode: 0755]
components/lwip/include/lwip/netif/lowpan6.h [new file with mode: 0755]
components/lwip/include/lwip/netif/lowpan6_opts.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ccp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/chap-md5.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/chap-new.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/chap_ms.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/eap.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ecp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/eui64.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/fsm.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ipcp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ipv6cp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/lcp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/magic.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/mppe.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/polarssl/arc4.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/polarssl/des.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/polarssl/md4.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/polarssl/md5.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/polarssl/sha1.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ppp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/ppp_impl.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/pppcrypt.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/pppdebug.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/pppoe.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/pppol2tp.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/pppos.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/upap.h [new file with mode: 0755]
components/lwip/include/lwip/netif/ppp/vj.h [new file with mode: 0755]
components/lwip/include/lwip/netif/slipif.h [new file with mode: 0755]
components/lwip/include/lwip/port/arch/cc.h [new file with mode: 0644]
components/lwip/include/lwip/port/arch/perf.h [new file with mode: 0644]
components/lwip/include/lwip/port/arch/sys_arch.h [new file with mode: 0644]
components/lwip/include/lwip/port/lwipopts.h [new file with mode: 0755]
components/lwip/include/lwip/port/netif/wlanif.h [new file with mode: 0755]
components/lwip/include/lwip/posix/netdb.h [new file with mode: 0755]
components/lwip/include/lwip/posix/sys/socket.h [new file with mode: 0755]
components/lwip/netif/FILES [new file with mode: 0755]
components/lwip/netif/etharp.c [new file with mode: 0755]
components/lwip/netif/ethernet.c [new file with mode: 0755]
components/lwip/netif/ethernetif.c [new file with mode: 0755]
components/lwip/netif/lowpan6.c [new file with mode: 0755]
components/lwip/netif/ppp/PPPD_FOLLOWUP [new file with mode: 0755]
components/lwip/netif/ppp/auth.c [new file with mode: 0755]
components/lwip/netif/ppp/ccp.c [new file with mode: 0755]
components/lwip/netif/ppp/chap-md5.c [new file with mode: 0755]
components/lwip/netif/ppp/chap-new.c [new file with mode: 0755]
components/lwip/netif/ppp/chap_ms.c [new file with mode: 0755]
components/lwip/netif/ppp/demand.c [new file with mode: 0755]
components/lwip/netif/ppp/eap.c [new file with mode: 0755]
components/lwip/netif/ppp/ecp.c [new file with mode: 0755]
components/lwip/netif/ppp/eui64.c [new file with mode: 0755]
components/lwip/netif/ppp/fsm.c [new file with mode: 0755]
components/lwip/netif/ppp/ipcp.c [new file with mode: 0755]
components/lwip/netif/ppp/ipv6cp.c [new file with mode: 0755]
components/lwip/netif/ppp/lcp.c [new file with mode: 0755]
components/lwip/netif/ppp/magic.c [new file with mode: 0755]
components/lwip/netif/ppp/mppe.c [new file with mode: 0755]
components/lwip/netif/ppp/multilink.c [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/README [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/arc4.c [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/des.c [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/md4.c [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/md5.c [new file with mode: 0755]
components/lwip/netif/ppp/polarssl/sha1.c [new file with mode: 0755]
components/lwip/netif/ppp/ppp.c [new file with mode: 0755]
components/lwip/netif/ppp/pppcrypt.c [new file with mode: 0755]
components/lwip/netif/ppp/pppoe.c [new file with mode: 0755]
components/lwip/netif/ppp/pppol2tp.c [new file with mode: 0755]
components/lwip/netif/ppp/pppos.c [new file with mode: 0755]
components/lwip/netif/ppp/upap.c [new file with mode: 0755]
components/lwip/netif/ppp/utils.c [new file with mode: 0755]
components/lwip/netif/ppp/vj.c [new file with mode: 0755]
components/lwip/netif/slipif.c [new file with mode: 0755]
components/lwip/port/freertos/sys_arch.c [new file with mode: 0755]
components/lwip/port/netif/wlanif.c [new file with mode: 0755]
components/newlib/.gitignore [new file with mode: 0644]
components/newlib/.gitmodules [new file with mode: 0644]
components/newlib/COPYING.NEWLIB [new file with mode: 0644]
components/newlib/Makefile [new file with mode: 0644]
components/newlib/Makefile.old [new file with mode: 0644]
components/newlib/include/_ansi.h [new file with mode: 0644]
components/newlib/include/_syslist.h [new file with mode: 0644]
components/newlib/include/alloca.h [new file with mode: 0644]
components/newlib/include/ar.h [new file with mode: 0644]
components/newlib/include/argz.h [new file with mode: 0644]
components/newlib/include/assert.h [new file with mode: 0644]
components/newlib/include/complex.h [new file with mode: 0644]
components/newlib/include/config.h [new file with mode: 0644]
components/newlib/include/ctype.h [new file with mode: 0644]
components/newlib/include/dirent.h [new file with mode: 0644]
components/newlib/include/envlock.h [new file with mode: 0644]
components/newlib/include/envz.h [new file with mode: 0644]
components/newlib/include/errno.h [new file with mode: 0644]
components/newlib/include/fastmath.h [new file with mode: 0644]
components/newlib/include/fcntl.h [new file with mode: 0644]
components/newlib/include/fenv.h [new file with mode: 0644]
components/newlib/include/fnmatch.h [new file with mode: 0644]
components/newlib/include/getopt.h [new file with mode: 0644]
components/newlib/include/glob.h [new file with mode: 0644]
components/newlib/include/grp.h [new file with mode: 0644]
components/newlib/include/iconv.h [new file with mode: 0644]
components/newlib/include/ieeefp.h [new file with mode: 0644]
components/newlib/include/inttypes.h [new file with mode: 0644]
components/newlib/include/langinfo.h [new file with mode: 0644]
components/newlib/include/libgen.h [new file with mode: 0644]
components/newlib/include/limits.h [new file with mode: 0644]
components/newlib/include/locale.h [new file with mode: 0644]
components/newlib/include/machine/_default_types.h [new file with mode: 0644]
components/newlib/include/machine/_types.h [new file with mode: 0644]
components/newlib/include/machine/ansi.h [new file with mode: 0644]
components/newlib/include/machine/endian.h [new file with mode: 0644]
components/newlib/include/machine/fastmath.h [new file with mode: 0644]
components/newlib/include/machine/ieeefp.h [new file with mode: 0644]
components/newlib/include/machine/malloc.h [new file with mode: 0644]
components/newlib/include/machine/param.h [new file with mode: 0644]
components/newlib/include/machine/setjmp-dj.h [new file with mode: 0644]
components/newlib/include/machine/setjmp.h [new file with mode: 0644]
components/newlib/include/machine/stdlib.h [new file with mode: 0644]
components/newlib/include/machine/termios.h [new file with mode: 0644]
components/newlib/include/machine/time.h [new file with mode: 0644]
components/newlib/include/machine/types.h [new file with mode: 0644]
components/newlib/include/malloc.h [new file with mode: 0644]
components/newlib/include/math.h [new file with mode: 0644]
components/newlib/include/newlib.h [new file with mode: 0644]
components/newlib/include/paths.h [new file with mode: 0644]
components/newlib/include/pthread.h [new file with mode: 0644]
components/newlib/include/pwd.h [new file with mode: 0644]
components/newlib/include/reent.h [new file with mode: 0644]
components/newlib/include/regdef.h [new file with mode: 0644]
components/newlib/include/regex.h [new file with mode: 0644]
components/newlib/include/sched.h [new file with mode: 0644]
components/newlib/include/search.h [new file with mode: 0644]
components/newlib/include/setjmp.h [new file with mode: 0644]
components/newlib/include/signal.h [new file with mode: 0644]
components/newlib/include/spawn.h [new file with mode: 0644]
components/newlib/include/stdatomic.h [new file with mode: 0644]
components/newlib/include/stdint.h [new file with mode: 0644]
components/newlib/include/stdio.h [new file with mode: 0644]
components/newlib/include/stdio_ext.h [new file with mode: 0644]
components/newlib/include/stdlib.h [new file with mode: 0644]
components/newlib/include/string.h [new file with mode: 0644]
components/newlib/include/strings.h [new file with mode: 0644]
components/newlib/include/sys/_default_fcntl.h [new file with mode: 0644]
components/newlib/include/sys/_intsup.h [new file with mode: 0644]
components/newlib/include/sys/_types.h [new file with mode: 0644]
components/newlib/include/sys/cdefs.h [new file with mode: 0644]
components/newlib/include/sys/config.h [new file with mode: 0644]
components/newlib/include/sys/custom_file.h [new file with mode: 0644]
components/newlib/include/sys/dir.h [new file with mode: 0644]
components/newlib/include/sys/dirent.h [new file with mode: 0644]
components/newlib/include/sys/errno.h [new file with mode: 0644]
components/newlib/include/sys/fcntl.h [new file with mode: 0644]
components/newlib/include/sys/features.h [new file with mode: 0644]
components/newlib/include/sys/file.h [new file with mode: 0644]
components/newlib/include/sys/iconvnls.h [new file with mode: 0644]
components/newlib/include/sys/lock.h [new file with mode: 0644]
components/newlib/include/sys/param.h [new file with mode: 0644]
components/newlib/include/sys/queue.h [new file with mode: 0644]
components/newlib/include/sys/reent.h [new file with mode: 0644]
components/newlib/include/sys/resource.h [new file with mode: 0644]
components/newlib/include/sys/sched.h [new file with mode: 0644]
components/newlib/include/sys/signal.h [new file with mode: 0644]
components/newlib/include/sys/stat.h [new file with mode: 0644]
components/newlib/include/sys/stdio.h [new file with mode: 0644]
components/newlib/include/sys/string.h [new file with mode: 0644]
components/newlib/include/sys/syslimits.h [new file with mode: 0644]
components/newlib/include/sys/time.h [new file with mode: 0644]
components/newlib/include/sys/timeb.h [new file with mode: 0644]
components/newlib/include/sys/times.h [new file with mode: 0644]
components/newlib/include/sys/types.h [new file with mode: 0644]
components/newlib/include/sys/unistd.h [new file with mode: 0644]
components/newlib/include/sys/utime.h [new file with mode: 0644]
components/newlib/include/sys/wait.h [new file with mode: 0644]
components/newlib/include/tar.h [new file with mode: 0644]
components/newlib/include/termios.h [new file with mode: 0644]
components/newlib/include/tgmath.h [new file with mode: 0644]
components/newlib/include/time.h [new file with mode: 0644]
components/newlib/include/unctrl.h [new file with mode: 0644]
components/newlib/include/unistd.h [new file with mode: 0644]
components/newlib/include/utime.h [new file with mode: 0644]
components/newlib/include/utmp.h [new file with mode: 0644]
components/newlib/include/wchar.h [new file with mode: 0644]
components/newlib/include/wctype.h [new file with mode: 0644]
components/newlib/include/wordexp.h [new file with mode: 0644]
components/newlib/include/xtensa/config/core-isa.h [new file with mode: 0644]
components/newlib/lib/extracted/romsyms [new file with mode: 0644]
components/newlib/lib/fixlibc.sh [new file with mode: 0755]
components/newlib/lib/libc-minusrom.a [new file with mode: 0644]
components/newlib/lib/libc.a [new file with mode: 0644]
components/newlib/lib/libc_rom.a [new file with mode: 0644]
components/newlib/lib/libg.a [new file with mode: 0644]
components/newlib/lib/libm.a [new file with mode: 0644]
components/newlib/libc_discard.list [new file with mode: 0644]
components/nvs_flash/.gitignore [new file with mode: 0644]
components/nvs_flash/Makefile [new file with mode: 0755]
components/nvs_flash/README.rst [new file with mode: 0644]
components/nvs_flash/include/nvs.h [new file with mode: 0644]
components/nvs_flash/include/nvs_flash.h [new file with mode: 0644]
components/nvs_flash/src/compressed_enum_table.hpp [new file with mode: 0644]
components/nvs_flash/src/intrusive_list.h [new file with mode: 0644]
components/nvs_flash/src/nvs.hpp [new file with mode: 0644]
components/nvs_flash/src/nvs_api.cpp [new file with mode: 0644]
components/nvs_flash/src/nvs_page.cpp [new file with mode: 0644]
components/nvs_flash/src/nvs_page.hpp [new file with mode: 0644]
components/nvs_flash/src/nvs_pagemanager.cpp [new file with mode: 0644]
components/nvs_flash/src/nvs_pagemanager.hpp [new file with mode: 0644]
components/nvs_flash/src/nvs_platform.hpp [new file with mode: 0644]
components/nvs_flash/src/nvs_storage.cpp [new file with mode: 0644]
components/nvs_flash/src/nvs_storage.hpp [new file with mode: 0644]
components/nvs_flash/src/nvs_types.cpp [new file with mode: 0644]
components/nvs_flash/src/nvs_types.hpp [new file with mode: 0644]
components/nvs_flash/test/Makefile [new file with mode: 0644]
components/nvs_flash/test/catch.hpp [new file with mode: 0644]
components/nvs_flash/test/crc.cpp [new file with mode: 0644]
components/nvs_flash/test/crc.h [new file with mode: 0644]
components/nvs_flash/test/main.cpp [new file with mode: 0644]
components/nvs_flash/test/spi_flash_emulation.cpp [new file with mode: 0644]
components/nvs_flash/test/spi_flash_emulation.h [new file with mode: 0644]
components/nvs_flash/test/test_compressed_enum_table.cpp [new file with mode: 0644]
components/nvs_flash/test/test_intrusive_list.cpp [new file with mode: 0644]
components/nvs_flash/test/test_nvs.cpp [new file with mode: 0644]
components/nvs_flash/test/test_spi_flash_emulation.cpp [new file with mode: 0644]
components/partition_table/Kconfig.projbuild [new file with mode: 0644]
components/partition_table/Makefile.projbuild [new file with mode: 0644]
components/partition_table/partitions_singleapp.csv [new file with mode: 0644]
components/partition_table/partitions_two_ota.csv [new file with mode: 0644]
components/partition_table/tests/gen_esp32part_tests.py [new file with mode: 0755]
components/spi_flash/Makefile [new file with mode: 0755]
components/spi_flash/esp_spi_flash.c [new file with mode: 0644]
components/spi_flash/include/esp_spi_flash.h [new file with mode: 0644]
components/tcpip_adapter/Makefile [new file with mode: 0755]
components/tcpip_adapter/include/tcpip_adapter.h [new file with mode: 0644]
components/tcpip_adapter/tcpip_adapter_lwip.c [new file with mode: 0644]
docs/COPYRIGHT.rst [new file with mode: 0644]
docs/eclipse-setup.rst [new file with mode: 0644]
docs/windows-setup.rst [new file with mode: 0644]
make/common.mk [new file with mode: 0644]
make/component.mk [new file with mode: 0644]
make/project.mk [new file with mode: 0644]
make/project_config.mk [new file with mode: 0644]
tools/gen_esp32part.py [new file with mode: 0755]
tools/kconfig/.gitignore [new file with mode: 0644]
tools/kconfig/Kconfig [new file with mode: 0644]
tools/kconfig/Makefile [new file with mode: 0644]
tools/kconfig/POTFILES.in [new file with mode: 0644]
tools/kconfig/check.sh [new file with mode: 0755]
tools/kconfig/conf.c [new file with mode: 0644]
tools/kconfig/confdata.c [new file with mode: 0644]
tools/kconfig/expr.c [new file with mode: 0644]
tools/kconfig/expr.h [new file with mode: 0644]
tools/kconfig/gconf.c [new file with mode: 0644]
tools/kconfig/gconf.glade [new file with mode: 0644]
tools/kconfig/images.c [new file with mode: 0644]
tools/kconfig/kconfig-language.txt [new file with mode: 0644]
tools/kconfig/kxgettext.c [new file with mode: 0644]
tools/kconfig/list.h [new file with mode: 0644]
tools/kconfig/lkc.h [new file with mode: 0644]
tools/kconfig/lkc_proto.h [new file with mode: 0644]
tools/kconfig/lxdialog/.gitignore [new file with mode: 0644]
tools/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
tools/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0755]
tools/kconfig/lxdialog/checklist.c [new file with mode: 0644]
tools/kconfig/lxdialog/dialog.h [new file with mode: 0644]
tools/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
tools/kconfig/lxdialog/menubox.c [new file with mode: 0644]
tools/kconfig/lxdialog/textbox.c [new file with mode: 0644]
tools/kconfig/lxdialog/util.c [new file with mode: 0644]
tools/kconfig/lxdialog/yesno.c [new file with mode: 0644]
tools/kconfig/mconf.c [new file with mode: 0644]
tools/kconfig/menu.c [new file with mode: 0644]
tools/kconfig/merge_config.sh [new file with mode: 0755]
tools/kconfig/nconf.c [new file with mode: 0644]
tools/kconfig/nconf.gui.c [new file with mode: 0644]
tools/kconfig/nconf.h [new file with mode: 0644]
tools/kconfig/qconf.cc [new file with mode: 0644]
tools/kconfig/qconf.h [new file with mode: 0644]
tools/kconfig/streamline_config.pl [new file with mode: 0755]
tools/kconfig/symbol.c [new file with mode: 0644]
tools/kconfig/util.c [new file with mode: 0644]
tools/kconfig/zconf.gperf [new file with mode: 0644]
tools/kconfig/zconf.l [new file with mode: 0644]
tools/kconfig/zconf.y [new file with mode: 0644]
tools/tests/gen_esp32part_tests.py [new file with mode: 0755]
tools/windows/ctng-toolchain-linux64-win32-canadian-build.conf [new file with mode: 0644]
tools/windows/windows_install_prerequisites.sh [new file with mode: 0755]