cargo-espflash-0.1.0 is not a library.
cargo-espflash
ESP8266 and ESP32 cross-compiler and serial flasher cargo subcommand.
To build the project before flashing, cargo-espflash has a few options, specified with the --tool TOOL flag.
--tool xbuild, build usingcargo xbuild. Requires cargo xbuild installed on your system. This is the default option.--tool cargo, build using thebuild-stdunstable cargo feature.--tool xargo, build usingxargo. Requires xargo installed on your system.
Usage
When the --ram option is specified, the provided ELF image will be loaded into ram and executed without touching the flash.
Config
You can also specify the serial port or build tool by setting it in the config file located at ~/.config/espflash/espflash.toml or linux
or %APPDATA%/esp/espflash/espflash.toml on windows.
[]
= "/dev/ttyUSB0"
[]
= "cargo"
Example
License
Licensed under the GNU General Public License Version 2. See LICENSE for more details.