File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
components/expander/io_expander/mcp23017 Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1212
1313.build_examples_template : &build_examples_template
1414 << : *build_template
15- allow_failure : true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
1615 artifacts :
1716 when : always
1817 paths :
@@ -403,6 +402,7 @@ build_example_display_lcd_hdmi_video_renderer:
403402 - IMAGE : espressif/idf:release-v5.4
404403 variables :
405404 EXAMPLE_DIR : examples/display/lcd/hdmi_video_renderer
405+ allow_failure : true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
406406
407407build_example_display_lcd_lcd_layer_blending :
408408 extends :
@@ -942,6 +942,7 @@ build_example_usb_host_usb_cdc_4g_module:
942942 - .build_idf_version_greater_equal_v5_0
943943 variables :
944944 EXAMPLE_DIR : examples/usb/host/usb_cdc_4g_module
945+ allow_failure : true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
945946
946947build_example_usb_host_usb_cdc_basic :
947948 extends :
@@ -1203,6 +1204,7 @@ build_components_display_lcd_esp_lcd_nv3052_test_apps:
12031204 - IMAGE : espressif/idf:release-v5.3
12041205 variables :
12051206 EXAMPLE_DIR : components/display/lcd/esp_lcd_nv3052/test_apps
1207+ allow_failure : true # Temporarily disable build CI check, remove this line to restore strict checking after issues are fixed
12061208
12071209build_components_display_lcd_esp_lcd_sh8601_test_apps :
12081210 extends :
Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ## v0.1.1 - 2025-8-25
4+
5+ ### Bug Fixes:
6+
7+ * Fix the dependency issue of the ` i2c_bus ` component.
8+
39## v0.1.0 - 2025-1-6
410
511### Enhancements:
Original file line number Diff line number Diff line change 1- version : " 0.1.0 "
1+ version : " 0.1.1 "
22description : MCP23017 I/O Expander Driver
33url : https://github.com/espressif/esp-iot-solution/tree/master/components/expander/io_expander/mcp23017
44repository : https://github.com/espressif/esp-iot-solution.git
55documentation : https://docs.espressif.com/projects/esp-iot-solution/en/latest/others/io_expander.html
66issues : https://github.com/espressif/esp-iot-solution/issues
77
88dependencies :
9- espressif/i2c_bus : " 1.1.*"
9+ i2c_bus :
10+ public : true
11+ override_path : " ../../../i2c_bus"
1012 idf : " >=4.0"
1113 cmake_utilities : " 0.*"
1214sbom :
You can’t perform that action at this time.
0 commit comments