Skip to content

samblenny/esp32c6-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-C6 Hello World

Notes

  • First do cd ~/esp/esp-idf; source export.sh
  • Edit config: idf.py menuconfig
  • Build only: idf.py build
  • Normal build/flash/monitor: idf.py flash monitor

To reduce startup noise:

  • Set bootloader log level to error
  • Set log level to error
  • Set default log level to error
  • Basically change every menuconfig log level you can find from info to error

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors