Firmware for the HyperLink board.
| components | ||
| doc | ||
| main | ||
| res | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| Dockerfile | ||
| idf.sh | ||
| LICENSE | ||
| README.md | ||
HyperLink_SW
Firmware for the HyperLink board.
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,
after having built the docker image.
As the docker container has to be able to access the serial device for flashing,
some configuration may have to take place.
Make sure the USB_GUID and USB_DEV in idf.py have the correct values.
-
Build the docker image
$ sudo docker build . --tag hyperlink -
Compile the project
$ ./idf.sh build -
Flash the executable
$ ./idf.sh flash
Misc
CLion Docker Setup
To configure the project to be built with docker in CLion, create a new docker toolchain with the following settings:
