fa2cb74ba1
This pull request adds two examples and tests using the ESP-IDF framework: * A test with the Arduino GFX library (which requires the arduino-esp32 library & Arduino BusIO library) * A test without the Arduino GFX library, which can be compiled without any additional dependencies. Having these tests helps prevent any future regressions that may break users of the ESP-IDF platform.
12 lines
187 B
Text
12 lines
187 B
Text
# ESP-IDF default build directory
|
|
build
|
|
|
|
# Temporary files
|
|
*.swp
|
|
|
|
# lock files for examples and components
|
|
dependencies.lock
|
|
|
|
sdkconfig*
|
|
# Unignore sdkconfig.defaults
|
|
!sdkconfig.defaults
|