Andreas Tsouchlos d254049421
Some checks failed
clang-format Check / Formatting Check (map[check:main/src exclude:]) (push) Failing after 10s
Try official clang-format action
2023-11-26 19:15:28 +01:00
2023-09-11 01:10:06 +02:00
2023-09-11 01:10:06 +02:00
2023-09-11 00:58:32 +02:00
2023-09-10 23:23:56 +02:00
2023-09-11 01:10:06 +02:00
2023-08-24 19:15:09 +00:00

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.

  1. Build the docker image

    $ sudo docker build . --tag hyperlink
    
  2. Compile the project

    $ ./idf.sh build
    
  3. 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:

image

Description
Firmware for the HyperLink board.
Readme 180 KiB
Languages
C++ 72.9%
HTML 18.1%
Shell 4.5%
CMake 3.4%
Dockerfile 1.1%