Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning ESP32-S3 TFT

Requierments:

Clone repo inside zephyrproject:

cd /path/to/zephyrproject &&
git clone git@github.com:Dexter9532/Machine-learning-ESP32.git

Build image:

west build -p always \
  -b adafruit_feather_esp32s3_tft_reverse/esp32s3/procpu \

Flash image:

west flash

Debug:

To view output run:

west espressif monitor

Clang-format

The project uses clang-format.

Run format check:

find src -type f \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) \
  -exec clang-format --dry-run -Werror {} +

Run formatter:

find src -type f \( -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" \) \
  -exec clang-format -i {} +

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages