A shell-based & python-based, open source, utility to develop with the linux, specially for espressif platform.
esptk was started by ustccw (@ustccw) as an unofficial community project.
Current primary maintainer is ustccw (@ustccw).
esptk is Free Software under a MIT license.
Development mode allows you to run the latest development version from this repository.
git clone https://github.com/ustccw/esptk.git
cd esptk
git submodule update --init --recursive
export PATH=./bin/:$PATH
git clone https://github.com/ustccw/esptk.git
cd esptk
git submodule update --init --recursive
TK_PATH=`realpath ./bin`
echo "# add by esptk" >> ~/.bashrc
echo "export PATH=$TK_PATH:\$PATH" >> ~/.bashrc
echo "" >> ~/.bashrc
source ~/.bashrc
Use esptk
to see the version information.
Use esptk -h
to see a summary of all available commands and command brief introduction.
To see all options for a particular command, append -h
to the command name.
such as ef -h
.
Please raise a issue if any question.
Any Pull request is welcomed if you have a good idea.