1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

Allow compilation against IDF from repository (#2355)

* Fix src_filter in platformio.ini after src_dir change

* Add -Wno-nonnull-compare to platformio.ini as well

* Create default sdkconfig for static analysis

* Add more compiler flags to clang ignore list

* Clean-up platformio.ini

* Remove unnecessary blank line

* Fix accidentally dropped library

* Don't gitignore sdkconfig.defaults

Co-authored-by: Otto winter <otto@otto-winter.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Oxan van Leeuwen
2021-09-21 17:12:17 +02:00
committed by GitHub
parent 92a24d52be
commit 637b55bfbf
5 changed files with 85 additions and 67 deletions

1
.gitignore vendored
View File

@@ -126,3 +126,4 @@ tests/.esphome/
.pio/
sdkconfig.*
!sdkconfig.defaults