Skip to content

reitermarkus/esp32-hello

 
 

Repository files navigation

Dependencies

Building

When building the first time, fetch the submodules using

git submodule update --init --recursive

Afterwards, you can build the project using

./build.sh [--chip <chip> (default: esp32)] [--release] [--package <package> (default: app)] [--example <example>] [--flash-baudrate <baud> (default: 460800)] [--erase-flash]

For example, you can build the main example application in debug mode using

./build

or the thread_local example in release mode using

./build --release --example thread_local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.3%
  • Shell 5.8%
  • HTML 2.7%
  • Makefile 0.2%