591 B
591 B
HyperLink_SW
Firmware for the HyperLink project.
Build and run
This project is built using the
ESP IDF
toolchain. In order to ease the build process, a custom Dockerfile is
provided. Any ESP IDF toolchain command can be run by replacing idf.py by
./idf.sh, e.g., ./idf.sh build.
Before the executing the following commands, make sure the docker daemon is running:
- Build the project
$ ./idf.sh build - Flash the executable
$ ./idf.sh flash monitor