Firmware for the HyperLink board.
Go to file
2024-03-02 14:40:41 +00:00
components Add wifi, nvs and inplace_function implementations 2024-03-02 15:27:26 +01:00
doc Add CLion conf instructions to README.md 2023-08-25 13:49:50 +02:00
main Add wifi, nvs and inplace_function implementations 2024-03-02 15:27:26 +01:00
res Add first version of setup.html 2023-09-11 00:58:32 +02:00
.clangd Accomodate clangd workflow 2024-02-23 17:59:22 +01:00
.gitignore Remove sdkconfig from gitignore 2024-03-02 15:30:08 +01:00
.gitmodules Add nanofmt as submodule 2023-09-11 01:10:06 +02:00
CMakeLists.txt Accomodate clangd workflow 2024-02-23 17:59:22 +01:00
Dockerfile Use newest version of esp idf in Dockerfile 2024-02-23 18:12:29 +01:00
idf.sh Modify idf.sh and update README.md 2024-03-02 15:38:22 +01:00
LICENSE Initial commit 2023-08-24 19:15:09 +00:00
README.md Modify idf.sh and update README.md 2024-03-02 15:38:22 +01:00
sdkconfig Remove sdkconfig from gitignore 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