diff --git a/.gitignore b/.gitignore index ead248a..372378e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ build/ sdkconfig sdkconfig.old +.idea +cmake-build-debug +cmake-build-release +cmake-build-relwithdebinfo diff --git a/README.md b/README.md index d89c31f..76f4ca1 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/doc/CLion_docker_settings_screenshot.png b/doc/CLion_docker_settings_screenshot.png new file mode 100644 index 0000000..534d07f Binary files /dev/null and b/doc/CLion_docker_settings_screenshot.png differ