Development tooling for ESP-IDF
npm i -g iot-dev
Depends on:
idf.py
The CLI itself won't be used actuallyesptool.py
iot-dev [command] [options]
Commands:
init create from a template
configure [options] set up the build environment
build [options] compile the project
flash [options] [build] write a firmware to device
elf_hash [options] <file> read the ELF hash from a binary
menuconfig open configuration menu
version bump a library or component version
help [command] display help for command
MIT