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

release: bump version to 3.5.1 #207

Merged
merged 44 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c886aa8
cmake: bump to GNU ARM Embedded 10.3-2021.10
rexut Feb 8, 2024
2ddc181
doc: add Zephyr SDK as prefered default toolchain
rexut Feb 8, 2024
6b341fa
doc: move Windows to last position
rexut Feb 8, 2024
51b3414
doc: show all versions of GNU ARM Embedded toolchain
rexut Feb 9, 2024
c0f5b66
doc: add colorization formatter for disks
rexut Nov 15, 2023
cb2e599
doc: add colorization formatter for devicetree
rexut Nov 20, 2023
23b3cb0
doc: add more colorization formatter
rexut Nov 29, 2023
b633f51
doc: add more colorization formatter for sensors
rexut Jan 12, 2024
c58a653
snippets: usb-console: remove UTF-8 characters
rexut Nov 16, 2023
3134523
snippets: usb-console: seeeduino_cm0: PID is 8027
rexut Mar 3, 2024
1679aac
snippets: usb-console: add Raspberry Pi Pico (W)
rexut Nov 16, 2023
5cfa144
snippets: usb-console: fix Raspberry Pi Pico (W)
rexut Nov 22, 2023
4a20347
snippets: usb-console: add Waveshare RP2040-Geek
rexut Nov 13, 2023
3d909eb
shields: loopback_test: add Waveshare RP2040-Geek
rexut Nov 15, 2023
c6a9af3
boards: waveshare_rp2040: add correct flash runner
rexut Nov 13, 2023
dad8425
boards: waveshare_rp2040: add LVGL basic sample
rexut Nov 13, 2023
e46a860
boards: waveshare_rp2040: add RP2040 Geek
rexut Nov 13, 2023
a76a3a8
boards: waveshare_rp2040: doc: fix hyperlink syntax
rexut Dec 8, 2023
dbf595d
boards: waveshare_rp2040: doc: lcd demo: add missing link
rexut Dec 9, 2023
5446b73
boards: waveshare_rp2040: dts: fix pinctrl group names
rexut Dec 17, 2023
d776954
boards: waveshare_rp2040: dts: fix node label
rexut Dec 22, 2023
b4adfd9
boards: waveshare_rp2040: add more DTS node labels
rexut Jan 8, 2024
0e10754
boards: waveshare_rp2040: set WS2312 color order to RGB
rexut Jan 13, 2024
9e2b569
boards: waveshare_rp2040: optimize WS2312 animations
rexut Jan 13, 2024
42440f0
boards: waveshare_rp2040: fix flash runner syntax for v3.5
rexut Mar 3, 2024
3ab5ddb
samples: helloshell: add RTC shell command
rexut Jan 3, 2024
26ed9b4
samples: helloshell: disable RTC for tiac_magpie
rexut Mar 4, 2024
b21d9fe
samples: helloshell: enable internal help handling
rexut Dec 22, 2023
acb254d
subsys: register 'hello' command without arguments
rexut Dec 22, 2023
c7657bc
subsys: bring back command help messages
rexut Jan 2, 2024
fe01f52
boards: tiac_magpie: doc: restruct command lines
rexut Mar 4, 2024
fcff89f
boards: arduino_zero: add pristine build folders
rexut Mar 3, 2024
e38025a
boards: seeeduino_cm0: add pristine build folders
rexut Mar 3, 2024
744e83a
boards: seeeduino_lotus: add pristine build folders
rexut Mar 3, 2024
5a598e4
boards: seeed_xiao_samd21: add pristine build folders
rexut Mar 3, 2024
d765dd7
doc: add more Bridle's boards, shields and snippets
rexut Mar 4, 2024
6e69ed1
doc: update all output messages for upcoming v3.5.1
rexut Mar 3, 2024
6328a5b
ci: github: update Github actions versions
rexut Feb 9, 2024
b54c2de
ci: labeler: fix breaking changes in V5
rexut Feb 10, 2024
b38f507
release: update draft notes for upcoming 3.5.1
rexut Mar 4, 2024
f0444d4
doc: add 3.5.1 to pick list
rexut Mar 4, 2024
476c595
release: bump shortcuts for final 3.5.1
rexut Mar 4, 2024
d2a24a5
release: make release notes final 3.5.1
rexut Mar 4, 2024
7ff9467
release: bump version to 3.5.1
rexut Mar 4, 2024
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
232 changes: 153 additions & 79 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,146 +1,220 @@
# Copyright (c) 2021-2022 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# SPDX-License-Identifier: Apache-2.0

# https://github.com/actions/labeler/blob/main/README.md

# When extending this, remember that in the PR, the labeler will run against
# the '.github/labeler.yml' in main branch, more info:
#
# https://github.com/actions/labeler/issues/12
#
# This means your changes won't be tested. To test your (first) branch, ...
# (1) ... make a second branch with dummy changes,
# (2) ... and open a PR ON YOUR OWN FORK,
# (3) ... against the first branch!

"area: Modules":
- "modules/**/*"
- "west.yml"
- changed-files:
- any-glob-to-any-file:
- "modules/**/*"
- "west.yml"

"area: Release Notes":
- "doc/bridle/releases/**/*"
- changed-files:
- any-glob-to-any-file:
- "doc/bridle/releases/**/*"

"area: Documentation":
- "doc/**/*"
- "**/*.rst"
- changed-files:
- any-glob-to-any-file:
- "doc/**/*"
- "**/*.rst"

"area: Build System":
- "share/**/*"
- "cmake/**/*"
- "CmakeLists.txt"
- changed-files:
- any-glob-to-any-file:
- "share/**/*"
- "cmake/**/*"
- "CmakeLists.txt"

"area: Kconfig":
- "Kconfig.bridle"
- "Kconfig"
- changed-files:
- any-glob-to-any-file:
- "Kconfig.bridle"
- "Kconfig"

"area: Devicetree":
- "dts/**/*"
- "**/*.dts"
- "**/*.dtsi"
- "include/zephyr/devicetree/*"
- changed-files:
- any-glob-to-any-file:
- "dts/**/*"
- "**/*.dts"
- "**/*.dtsi"
- "include/zephyr/devicetree/*"

"area: Devicetree Binding":
- "dts/bindings/**/*"
- "include/zephyr/dt-bindings/**/*"
- changed-files:
- any-glob-to-any-file:
- "dts/bindings/**/*"
- "include/zephyr/dt-bindings/**/*"

"area: Devicetree Tooling":
- "scripts/dts/**/*"
- changed-files:
- any-glob-to-any-file:
- "scripts/dts/**/*"

"area: API":
- "include/zephyr/**/*"
- changed-files:
- any-glob-to-any-file:
- "include/zephyr/**/*"

"area: POSIX":
- "lib/posix/**/*"
- changed-files:
- any-glob-to-any-file:
- "lib/posix/**/*"

"area: C Library":
- "lib/libc/**/*"
- changed-files:
- any-glob-to-any-file:
- "lib/libc/**/*"

"area: Samples":
- "samples/**/*"
- changed-files:
- any-glob-to-any-file:
- "samples/**/*"

"area: Tests":
- "tests/**/*"
- changed-files:
- any-glob-to-any-file:
- "tests/**/*"

"area: Drivers":
- "drivers/**/*"
- "include/zephyr/drivers/**/*.h"
- changed-files:
- any-glob-to-any-file:
- "drivers/**/*"
- "include/zephyr/drivers/**/*.h"

"area: Modem":
- "drivers/modem/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/modem/**/*"

"area: PWM":
- "drivers/pwm/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/pwm/**/*"

"area: Watchdog":
- "drivers/watchdog/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/watchdog/**/*"

"area: Sensors":
- "drivers/sensors/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/sensors/**/*"

"area: ADC":
- "drivers/adc/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/adc/**/*"

"area: Counter":
- "drivers/counter/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/counter/**/*"

"area: CAN":
- "include/zephyr/drivers/can.h"
- "include/zephyr/canbus/*/**"
- "drivers/can/**/*"
- "subsys/canbus/*/**"
- changed-files:
- any-glob-to-any-file:
- "include/zephyr/drivers/can.h"
- "include/zephyr/canbus/*/**"
- "drivers/can/**/*"
- "subsys/canbus/*/**"

"area: EEPROM":
- "include/zephyr/drivers/eeprom.h"
- "drivers/eeprom/**/*"
- changed-files:
- any-glob-to-any-file:
- "include/zephyr/drivers/eeprom.h"
- "drivers/eeprom/**/*"

"area: Timer":
- "drivers/timer/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/timer/**/*"

"area: I2S":
- "drivers/i2s/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/i2s/**/*"

"area: I2C":
- "drivers/i2c/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/i2c/**/*"

"area: SPI":
- "drivers/spi/**/*"
- changed-files:
- any-glob-to-any-file:
- "drivers/spi/**/*"

"area: Networking":
- "subsys/net/**/*"
- "samples/net/**/*"
- "tests/net/**/*"
- "include/zephyr/net/**/*"
- "include/zephyr/drivers/ieee802154/**/*"
- "drivers/ethernet/**/*"
- "drivers/ieee802154/**/*"
- "drivers/wifi/**/*"
- "drivers/ptp_clock/**/*"
- "drivers/net/**/*"
- changed-files:
- any-glob-to-any-file:
- "subsys/net/**/*"
- "samples/net/**/*"
- "tests/net/**/*"
- "include/zephyr/net/**/*"
- "include/zephyr/drivers/ieee802154/**/*"
- "drivers/ethernet/**/*"
- "drivers/ieee802154/**/*"
- "drivers/wifi/**/*"
- "drivers/ptp_clock/**/*"
- "drivers/net/**/*"

"area: Boards":
- "boards/**/*"
- changed-files:
- any-glob-to-any-file:
- "boards/**/*"

"area: Shields":
- "boards/shields/**"
- "samples/shields/**"
- changed-files:
- any-glob-to-any-file:
- "boards/shields/**"
- "samples/shields/**"

"platform: NXP":
- "boards/arm/frdm*/**"
- "boards/arm/hexiwear*/**"
- "boards/arm/lpcxpresso*/**"
- "boards/arm/*imx*/**"
- "drivers/**/*imx*"
- "drivers/**/*mcux*"
- "dts/arm/nxp/*/*"
- "dts/bindings/**/nxp*"
- "include/zephyr/drivers/*/*nxp*"
- "soc/arm/nxp*/**"
- changed-files:
- any-glob-to-any-file:
- "boards/arm/frdm*/**"
- "boards/arm/hexiwear*/**"
- "boards/arm/lpcxpresso*/**"
- "boards/arm/*imx*/**"
- "drivers/**/*imx*"
- "drivers/**/*mcux*"
- "dts/arm/nxp/*/*"
- "dts/bindings/**/nxp*"
- "include/zephyr/drivers/*/*nxp*"
- "soc/arm/nxp*/**"

"platform: STM32":
- "boards/arm/nucleo_*/**"
- "boards/arm/*stm32*/**"
- "drivers/**/*stm32*"
- "dts/arm/st/*/*"
- "dts/bindings/**/st*"
- "include/zephyr/drivers/*/*stm32*"
- "soc/arm/st_stm32/**"
- changed-files:
- any-glob-to-any-file:
- "boards/arm/nucleo_*/**"
- "boards/arm/*stm32*/**"
- "drivers/**/*stm32*"
- "dts/arm/st/*/*"
- "dts/bindings/**/st*"
- "include/zephyr/drivers/*/*stm32*"
- "soc/arm/st_stm32/**"

"platform: RPi":
- "boards/arm/*rpi_pico*/**"
- "boards/arm/*rp2040*/**"
- "boards/arm/*kb2040*/**"
- "drivers/**/*rpi_pico*"
- "dts/arm/rpi_pico/*"
- "dts/bindings/**/raspberrypi*"
- "include/zephyr/drivers/*/*rpi_pico*"
- "soc/arm/rpi_pico/**"
- changed-files:
- any-glob-to-any-file:
- "boards/arm/*rpi_pico*/**"
- "boards/arm/*rp2040*/**"
- "boards/arm/*kb2040*/**"
- "drivers/**/*rpi_pico*"
- "dts/arm/rpi_pico/*"
- "dts/bindings/**/raspberrypi*"
- "include/zephyr/drivers/*/*rpi_pico*"
- "soc/arm/rpi_pico/**"
6 changes: 3 additions & 3 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# Copyright (c) 2021 Li-Pro.Net
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
sudo apt-get install -y ninja-build doxygen mscgen graphviz

- name: Restore PIP Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-doc-pip
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
fi

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doc
path: workspace/build/doc
4 changes: 2 additions & 2 deletions .github/workflows/doc-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# Copyright (c) 2021 Li-Pro.Net
# SPDX-License-Identifier: Apache-2.0

Expand All @@ -17,7 +17,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc-remove.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# Copyright (c) 2021 Li-Pro.Net
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
fi

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: doc
path: doc
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2022 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# Copyright (c) 2021 Li-Pro.Net
# SPDX-License-Identifier: Apache-2.0

Expand All @@ -11,6 +11,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
6 changes: 3 additions & 3 deletions .github/workflows/qa-compliance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 TiaC Systems
# Copyright (c) 2021-2024 TiaC Systems
# SPDX-License-Identifier: Apache-2.0

name: QA Compliance Check
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: Restore PIP Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-doc-pip
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
-c origin/${BASE_REF}..

- name: Upload compliance tests results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: compliance.xml
path: workspace/bridle/compliance.xml
Expand Down
Loading
Loading