Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Test build

This directory contains a test build of the project, running various unit tests.

Build & Flash & Run

  • via Docker 2. Building
    • make build
      1. creates idf docker image if needed
      2. starts idf docker container to build project
    1. Choosing device
      • make dev
        • configures which serial port to use
    2. Flashing
      • make flash
        1. creates idf docker image if needed
        2. starts idf docker container to flash project to connected ESP via specified device by make dev
    3. Monitoring
      • make monitor
        1. creates idf docker image if needed
        2. starts idf docker container to connect to ESP via specified device by make dev
  • via local esd-idf toolchain 2. Building
    • idf.py build
    1. Flashing
      • idf.py flash -p <device>
    2. Monitoring
      • idf.py monitor -p <device>