diff options
author | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-16 14:27:02 +0200 |
---|---|---|
committer | ThomasAvans <tv.intanker@student.avans.nl> | 2024-04-16 14:27:02 +0200 |
commit | c61c1f93c0820b0cb5c31090028f7eea6f2b6e95 (patch) | |
tree | 6a2945238e2ce66f968eb3e10757e19e57900496 | |
parent | d7ae5e7e265562155476c57628658152a9b2fb92 (diff) |
Added build instructions for ESP
-rw-r--r-- | readme.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,3 +11,9 @@ cmake .. make make test ``` + +## ESP +1. Download ESP-IDF extension in vscode +2. Install using 'express' option +3. For windows: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/windows-setup.html#get-started-windows-first-steps +4. For Linux: https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/linux-macos-setup.html#get-started-linux-macos-first-steps |