文件名称:esptool-0.0.1
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-04-06
- 文件大小:
- 34kb
- 下载次数:
- 0次
- 提 供 者:
- alir****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
esptool is a tool to allow the creation and handling of firmware
files suitable for the ESP8266 chip.
It can read a code file in the ELF format that the compilers produce.
From there it is possible to extract various sections that are present
in these files, to either directly dump a section to a file or to
assemble a firmware file comprised of several segments.
While the codebase implements many functions, only a few are used
by the program currently. The program interprets the arguments
given on the commandline, and in the order they are given.
files suitable for the ESP8266 chip.
It can read a code file in the ELF format that the compilers produce.
From there it is possible to extract various sections that are present
in these files, to either directly dump a section to a file or to
assemble a firmware file comprised of several segments.
While the codebase implements many functions, only a few are used
by the program currently. The program interprets the arguments
given on the commandline, and in the order they are given.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
esptool
.......\src
.......\...\README
.......\...\Makefile
.......\...\local
.......\...\.....\Makefile.local.WINDOWS
.......\...\.....\Makefile.local.LINUX
.......\...\elf
.......\...\...\esptool_elf.h
.......\...\...\esptool_elf_object.h
.......\...\...\esptool_elf.c
.......\...\...\esptool_elf_object.c
.......\...\...\esptool_elf_enums.h
.......\...\LICENSE
.......\...\infohelper
.......\...\..........\infohelper.h
.......\...\..........\infohelper.c
.......\...\binimage
.......\...\........\esptool_binimage.c
.......\...\........\esptool_binimage.h
.......\...\main.c
.......\...\TODO
.......\esptool.exe