Skip to content

Commit

Permalink
Merge branch 'fix/usb_stream_idf53_build' into 'master'
Browse files Browse the repository at this point in the history
fix(usb_stream): link error under idf5.3

Closes AEG-1102

See merge request ae_group/esp-iot-solution!930
  • Loading branch information
leeebo committed Jan 2, 2024
2 parents 4ebbdc5 + 0406bc4 commit eb2fff1
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 276 deletions.
13 changes: 1 addition & 12 deletions .gitlab/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
- pip install idf_build_apps
- python tools/build_apps.py ${EXAMPLE_DIR} --config ${EXAMPLE_CONFIG} -t all -vv

#
# example build jobs
#

build_example_audio_wav_player:
extends:
- .build_examples_template
Expand Down Expand Up @@ -527,10 +523,6 @@ build_example_utilities_xz_decompress_file:
variables:
EXAMPLE_DIR: examples/utilities/xz_decompress_file

#
# components build jobs
#

build_components_button_test_apps:
extends:
- .build_examples_template
Expand Down Expand Up @@ -745,6 +737,7 @@ build_components_usb_usb_stream_test_apps:
matrix:
- IMAGE: espressif/idf:release-v4.4
- IMAGE: espressif/idf:release-v5.0
- IMAGE: espressif/idf:latest
variables:
EXAMPLE_DIR: components/usb/usb_stream/test_apps

Expand All @@ -770,10 +763,6 @@ build_components_usb_iot_usbh_cdc_test_apps:
variables:
EXAMPLE_DIR: components/usb/iot_usbh_cdc/test_apps

#
# tools build jobs
#

build_components_led_lightbulb_driver_test_apps:
extends:
- .build_examples_template
Expand Down
6 changes: 6 additions & 0 deletions components/usb/usb_stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# ChangeLog

## v1.3.1 - 2023-12-29

### Bug Fixes:

1. Fix link error under ESP-IDF 5.3

## v1.3.0 - 2023-12-14

* Support UVC frame type: frame based, which can be used to transmit H264 streams.
Expand Down
2 changes: 1 addition & 1 deletion components/usb/usb_stream/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.3.0"
version: "1.3.1"
targets:
- esp32s2
- esp32s3
Expand Down
Loading

0 comments on commit eb2fff1

Please sign in to comment.