Add CLion conf instructions to README.md

This commit is contained in:
Andreas Tsouchlos 2023-08-25 13:49:50 +02:00
parent 41b761134f
commit 9d179f668c
3 changed files with 13 additions and 0 deletions

4
.gitignore vendored
View File

@ -6,3 +6,7 @@ build/
sdkconfig
sdkconfig.old
.idea
cmake-build-debug
cmake-build-release
cmake-build-relwithdebinfo

View File

@ -27,3 +27,12 @@ Make sure the `USB_GUID` and `USB_DEV` in `idf.py` have the correct values.
```bash
$ ./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](doc/CLion_docker_settings_screenshot.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB