/esp32-idf-boilerplate

ESP32 IDF Project boilerplate, It Include Lint commit messages, check your code style, generate changelog and build firmware when you release a version

Primary LanguageDockerfileApache License 2.0Apache-2.0

ESP32 IDF Project Boilerplate

What's included 🚀

  • Check your commit messages by commitlint
  • Generate changelog and build firmware when you release a version
  • Check your code style by clang-format

clang-format style

We use Google's c/c++ coding style by default, but you can modify push.yml to the coding style you like.

Usage

git clone git@github.com:myfreax/esp32-idf-boilerplate.git
yarn install

esp_idf