Skip to content

Commit

Permalink
Merge pull request #253 from espressif/fix/button_version
Browse files Browse the repository at this point in the history
button: Fix button component version in all BSPs.
  • Loading branch information
espzav authored Nov 27, 2023
2 parents 493b81f + 31991c2 commit ba557d9
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 27 deletions.
4 changes: 2 additions & 2 deletions bsp/esp32_azure_iot_kit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.0.0~1"
version: "2.0.0~2"
description: Board Support Package for ESP32-Azure-IoT-Kit
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_azure_iot_kit

Expand All @@ -13,7 +13,7 @@ dependencies:
public: true

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

hts221:
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp32_c3_lcdkit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.0~1"
version: "1.0.0~2"
description: Board Support Package for esp32_c3_lcdkit
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_c3_lcdkit

Expand All @@ -23,7 +23,7 @@ dependencies:

button:
public: true
version: ^2
version: ">=2,<4.0"

knob:
version: "^0.1.3"
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp32_lyrat/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.0~1"
version: "1.0.0~2"
description: Board Support Package for ESP32-LyraT
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_lyrat

Expand All @@ -9,7 +9,7 @@ dependencies:
idf: ">=4.4"

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

esp_codec_dev:
Expand Down
8 changes: 3 additions & 5 deletions bsp/esp32_s2_kaluga_kit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.0.0~1"
version: "3.0.0~2"
description: Board Support Package for ESP32-S2-Kaluga kit
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s2_kaluga_kit

Expand All @@ -13,18 +13,16 @@ dependencies:
public: true

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

esp_codec_dev:
version: "^1.0.3"
public: true

led_strip:
version: "^2"
version: "^2.5"
public: true
rules:
- if: "idf_version >5.0"

esp32-camera:
version: "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp32_s3_eye/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.0.3"
version: "3.0.3~1"
description: Board Support Package for ESP32-S3-EYE
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_eye

Expand All @@ -17,7 +17,7 @@ dependencies:
public: true

button:
version: "^2"
version: ">=2.5,<4.0"
public: true

esp_codec_dev:
Expand Down
6 changes: 3 additions & 3 deletions bsp/esp32_s3_korvo_1/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.0.0"
version: "1.0.0~1"
description: Board Support Package for ESP32-S3-KORVO-1
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_1

Expand All @@ -9,9 +9,9 @@ dependencies:
idf: ">=4.4"

led_indicator:
version: "^0.7"
version: ">=0.7,<=0.8"
public: true

button:
version: "^2"
version: ">=2.5,<4.0"
public: true
4 changes: 2 additions & 2 deletions bsp/esp32_s3_korvo_2/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.1.1~1"
version: "2.1.1~2"
description: Board Support Package for ESP32-S3-Korvo-2
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_2

Expand All @@ -23,7 +23,7 @@ dependencies:
public: true

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

esp_lvgl_port:
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp32_s3_lcd_ev_board/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "2.0.0~1"
version: "2.0.0~2"
description: Board Support Package for ESP32-S3-LCD-EV-Board
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_lcd_ev_board

Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies:
public: true

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

examples:
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp32_s3_usb_otg/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.5.0"
version: "1.5.0~1"
description: Board Support Package for ESP32-S3-USB-OTG
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_usb_otg

Expand All @@ -9,7 +9,7 @@ dependencies:
idf: ">=4.4"

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

esp_lvgl_port:
Expand Down
6 changes: 3 additions & 3 deletions bsp/esp_bsp_generic/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

version: "1.0.0"
version: "1.0.0~1"
description: Generig Board Support Package
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_bsp_generic

dependencies:
idf: ">=4.4.2"

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

led_indicator:
version: "^0.7"
version: ">=0.7,<=0.8"
public: true

examples:
Expand Down
4 changes: 2 additions & 2 deletions bsp/esp_wrover_kit/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.5.0~1"
version: "1.5.0~2"
description: Board Support Package for ESP-WROVER-KIT
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp_wrover_kit

Expand All @@ -13,7 +13,7 @@ dependencies:
public: true

button:
version: "^2.5"
version: ">=2.5,<4.0"
public: true

examples:
Expand Down

0 comments on commit ba557d9

Please sign in to comment.