nakamarusun / esp32-tdd-profiling

This is the greatest ESP32 TDD and Profiling of all time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Driven Development with Profiling in ESP32

Usage

  1. Have QEMU (Espressif fork) and ESP-IDF installed. Make sure that when installing ESP-IDF, pytest is instealled.
  2. Go to test directory and build
cd test
idf.py build
  1. Run pytest
pytest -s --target esp32 --embedded-services idf,qemu

About

This is the greatest ESP32 TDD and Profiling of all time


Languages

Language:C 90.3%Language:C++ 7.5%Language:CMake 1.2%Language:Dockerfile 0.8%Language:Python 0.1%