Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation v.3.6.1 release #256

Merged
merged 17 commits into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 32 additions & 13 deletions .github/workflows/qa-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
if: github.repository_owner == 'tiacsys'
runs-on: [self-hosted, ci-32g-x8, linux, x64, container]
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
image: ghcr.io/zephyrproject-rtos/ci:v0.26.13
options: '--cpus 4 --memory 8g --entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.5
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8

steps:
- name: Apply container owner mismatch workaround
Expand All @@ -71,7 +71,7 @@ jobs:
# are run in reverse order (and you do not want to cleanup before the
# caching is saved).
- name: Clean working directory
uses: FraBle/clean-after-action@v1
uses: tiacsys/clean-after-action@v3
#
# Could also be implemented with the new pre- and post-job hook scripts:
#
Expand Down Expand Up @@ -124,16 +124,23 @@ jobs:
- name: Build samples
working-directory: workspace
run: |
west twister --verbose --integration \
west twister --verbose --jobs 6 \
--retry-failed 5 --retry-interval 60 \
--outdir twister-out --no-clean --inline-logs \
--enable-size-report --platform-reports \
--integration --no-detailed-test-id \
--testsuite-root bridle/samples/button \
--testsuite-root bridle/samples/buzzer \
--testsuite-root bridle/samples/helloshell \
--testsuite-root bridle/samples/ubx_gnss \
--testsuite-root bridle/samples/waveshare_pico_10dof_imu_sensor \
--testsuite-root bridle/samples/waveshare_pico_environment_sensor

- name: Upload integration test logging
uses: actions/upload-artifact@v4
with:
name: twister-samples.log
path: workspace/twister-out/twister.log

- name: Upload integration test results
uses: actions/upload-artifact@v4
with:
Expand All @@ -154,10 +161,10 @@ jobs:
if: github.repository_owner == 'tiacsys'
runs-on: [self-hosted, ci-32g-x8, linux, x64, container]
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
image: ghcr.io/zephyrproject-rtos/ci:v0.26.13
options: '--cpus 4 --memory 8g --entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.5
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.8

steps:
- name: Apply container owner mismatch workaround
Expand All @@ -184,7 +191,7 @@ jobs:
# are run in reverse order (and you do not want to cleanup before the
# caching is saved).
- name: Clean working directory
uses: FraBle/clean-after-action@v1
uses: tiacsys/clean-after-action@v3
#
# Could also be implemented with the new pre- and post-job hook scripts:
#
Expand Down Expand Up @@ -247,13 +254,20 @@ jobs:
# --> Grove LED Shields, ~880% more time (~890 more tests)
# --testsuite-root bridle/tests/shields/grove_led/dts_bindings \
#
west twister --verbose --integration --cmake-only \
west twister --verbose --jobs 6 \
--retry-failed 5 --retry-interval 60 \
--outdir twister-out --no-clean --inline-logs \
--enable-size-report --platform-reports \
--integration --cmake-only \
--quarantine-list bridle/tests/quarantine.yaml \
--testsuite-root bridle/tests/shields/grove/dts_bindings \
--testsuite-root bridle/tests/shields/x_grove_testbed/dts_bindings

- name: Upload integration test logging
uses: actions/upload-artifact@v4
with:
name: twister-shields.log
path: workspace/twister-out/twister.log

- name: Upload integration test results
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -295,7 +309,7 @@ jobs:
# are run in reverse order (and you do not want to cleanup before the
# caching is saved).
- name: Clean working directory
uses: FraBle/clean-after-action@v1
uses: tiacsys/clean-after-action@v3
#
# Could also be implemented with the new pre- and post-job hook scripts:
#
Expand Down Expand Up @@ -353,10 +367,9 @@ jobs:
# --tag vector_relay \
# --tag kernel \
#
west twister --verbose --jobs 4 \
west twister --verbose --jobs 2 \
--retry-failed 5 --retry-interval 60 \
--outdir twister-out --no-clean --inline-logs \
--enable-size-report --platform-reports \
--device-testing --hardware-map ${HARDWARE_MAP} \
--extra-args SHIELD="loopback_test_tmph" \
--alt-config-root bridle/zephyr/alt-config \
Expand All @@ -373,6 +386,12 @@ jobs:
--tag uart \
--tag can

- name: Upload integration test logging
uses: actions/upload-artifact@v4
with:
name: twister-targets.log
path: workspace/twister-out/twister.log

- name: Upload integration test results
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_MAJOR = 3
VERSION_MINOR = 6
PATCHLEVEL = 0
PATCHLEVEL = 1
VERSION_TWEAK = 0
EXTRAVERSION =
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ display and buttons for navigation and configuration.
:hwftlbl-btn:`SET/FUNCTION`
:hwftlbl-btn:`UP`
:hwftlbl-btn:`DOWN`
:hwftlbl-spk:`PIEZO`
:hwftlbl-scr:`LED`

:hwftlbl-pio:`9`
:hwftlbl-pio:`10`
:hwftlbl-pwm:`1`
:hwftlbl-adc:`1`
:hwftlbl-i2c:`1`
:hwftlbl-spi:`1`
Expand All @@ -39,6 +41,7 @@ display and buttons for navigation and configuration.
- :bbk:`1 RTC with temperature sensor`
- :bbk:`1 LDR light sensor`
- :bbk:`3 User keys`
- :bbk:`1 Piezo` buzzer

- :bbk:`3 ADDR signals to LED matrix controller`
- :bbk:`1 LE signal to LED matrix controller`
Expand All @@ -47,6 +50,7 @@ display and buttons for navigation and configuration.
- :bbl:`1 I2C` controller for RTC
- :bbl:`1 SPI` controller for LED matrix controller`
- :bbl:`1 ADC` analog input for LDR light sensor
- :bbl:`1 PWM` output for Piezo buzzer

.. rubric:: Design Data
.. rst-class:: rst-columns
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
- .. rubric:: Pinout

* - :on-shield:
:hwftlbl-pio:`9`
:hwftlbl-pio:`10`
:hwftlbl-pwm:`1`
:hwftlbl-adc:`1`
:hwftlbl-i2c:`1`
:hwftlbl-spi:`1`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Outputs:

1. | :strong:`ILI9341`
| 2.4-inch 240×350 pixels 65K colorful TFT LCD
| 2.4-inch 240×320 pixels 65K colorful TFT LCD

.. container:: rightside

Expand Down
1 change: 1 addition & 0 deletions doc/bridle/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ information about specific |BRIDLE| releases.
:caption: Releases
:maxdepth: 1

releases/release-notes-3.6.1
releases/release-notes-3.6.0
releases/release-notes-3.5.1
releases/release-notes-3.5.0
Expand Down
Loading