63680cc379e264c9ac6b3641be072b36e39c88f3
Reviewed-on: https://git.mercurial-manifold.eu/an.tsouchlos/HyperLink_SW/pulls/1
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
Description
Languages
C++
72.9%
HTML
18.1%
Shell
4.5%
CMake
3.4%
Dockerfile
1.1%