Skip to content

Commit

Permalink
Merge pull request #163 from espressif/fix/example/optimizations
Browse files Browse the repository at this point in the history
fix: Leftover from #153
  • Loading branch information
tore-espressif authored Apr 26, 2023
2 parents 6fde40c + 5cf4a27 commit 0a9620f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ Best way to start with ESP-BSP is trying one of the [examples](examples) on your
|---|---|
| [audio](examples/audio) | ESP32-S3-Korvo-2 |
| [display](examples/display) | WROVER-KIT |
| [display_audio](examples/display_audio) | Kaluga-kit |
| [display_camera](examples/display_camera) | Kaluga-kit |
| [display_audio_photo](examples/display_audio_photo) | ESP-BOX |
| [display_rotation](examples/display_rotation) | ESP-BOX |
| [display_lvgl_demos](examples/display_lvgl_demos) | ESP32-S3-LCD-EV-BOARD |
| [touchscreen_colorwheel](examples/touchscreen_colorwheel) | ESP-BOX |
| [mqtt_example](examples/mqtt_example) | Azure-IoT-kit |
| [sensors_example](examples/sensors_example) | Azure-IoT-kit |

Expand Down
1 change: 0 additions & 1 deletion esp-box/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ dependencies:
examples:
- path: ../examples/display_audio_photo
- path: ../examples/display_rotation
- path: ../examples/touchscreen_colorwheel
1 change: 0 additions & 1 deletion esp32_s2_kaluga_kit/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ dependencies:
public: true

examples:
- path: ../examples/display_audio
- path: ../examples/display_camera
4 changes: 4 additions & 0 deletions examples/audio/sdkconfig.bsp.esp32_s3_korvo_2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32s3"
4 changes: 4 additions & 0 deletions examples/mqtt_example/sdkconfig.bsp.esp32_azure_iot_kit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32"
4 changes: 4 additions & 0 deletions examples/sensors_example/sdkconfig.bsp.esp32_azure_iot_kit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This file was generated using idf.py save-defconfig. It can be edited manually.
# Espressif IoT Development Framework (ESP-IDF) Project Minimal Configuration
#
CONFIG_IDF_TARGET="esp32"

0 comments on commit 0a9620f

Please sign in to comment.