Skip to content
/ esptk Public

A set of cute tool kits for linux, specially for espressif platform

License

Notifications You must be signed in to change notification settings

ustccw/esptk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esptk

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 Installation

Development mode allows you to run the latest development version from this repository.

Temporary installation to shell terminal

git clone https://github.com/ustccw/esptk.git
cd esptk
git submodule update --init --recursive
export PATH=./bin/:$PATH

Permanent installation to shell terminal

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

Usage

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.

Troubleshoot & Feature request

Please raise a issue if any question.
Any Pull request is welcomed if you have a good idea.

About

A set of cute tool kits for linux, specially for espressif platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published