2023-09-11 00:58:32 +02:00
2024-02-23 17:59:22 +01:00
2024-03-02 15:30:08 +01:00
2023-09-11 01:10:06 +02:00
2024-02-23 17:59:22 +01:00
2024-03-02 15:38:22 +01:00
2023-08-24 19:15:09 +00:00
2024-03-02 15:38:22 +01:00
2024-03-02 15:30:08 +01:00

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:

  1. Build the project
    $ ./idf.sh build
    
  2. Flash the executable
    $ ./idf.sh flash monitor
    
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%