Skip to content

Commit

Permalink
Merge branch 'refactor/pump_up_dependency_version_of_es8311_example_v…
Browse files Browse the repository at this point in the history
…5.1' into 'release/v5.1'

feati(example): bump up dependency version of examples (v5.1)

See merge request espressif/esp-idf!24554
  • Loading branch information
suda-morris committed Jul 4, 2023
2 parents 1bf26b2 + bac32e9 commit 0f0b77b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:

# After enabling Board Support Packages support in menuconfig, you can pick you specific BSP here
espressif/esp-box:
version: "2.3.3" # TODO: IDFCI-1678
version: "^2.4.2"
rules:
- if: "target in [esp32s3]"
#espressif/esp32_s2_kaluga_kit:
Expand Down
2 changes: 1 addition & 1 deletion examples/peripherals/lcd/i2c_oled/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"
esp_lcd_sh1107: "^1"
esp_lvgl_port: "^1"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"
esp_lcd_touch_gt911: "^1.0"
esp_lcd_touch_tt21100: "^1.0"
esp_lcd_touch_ft5x06: "^1.0"
2 changes: 1 addition & 1 deletion examples/peripherals/lcd/rgb_panel/main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies:
idf: ">=4.4"
lvgl/lvgl: "~8.2.0"
lvgl/lvgl: "~8.3.0"

0 comments on commit 0f0b77b

Please sign in to comment.