Skip to content

Add DHCP, TCP looback example #503

Add DHCP, TCP looback example

Add DHCP, TCP looback example #503

Triggered via push November 26, 2023 20:26
Status Failure
Total duration 1m 33s
Artifacts

rust.yml

on: push
Matrix: lint-hal
Matrix: tests
Matrix: examples
Matrix: lint-log
Fit to window
Zoom out
Zoom in

Annotations

55 errors and 155 warnings
tests (imxrt-ral/imxrt1021,imxrt1020)
If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcpv4, socket-dns
tests (imxrt-ral/imxrt1021,imxrt1020)
parameter `'a` is never used
tests (imxrt-ral/imxrt1021,imxrt1020)
parameter `'a` is never used
tests (imxrt-ral/imxrt1021,imxrt1020)
parameter `'a` is never used
tests (imxrt-ral/imxrt1021,imxrt1020)
could not compile `smoltcp` (lib) due to 4 previous errors
tests (imxrt-ral/imxrt1021,imxrt1020)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcpv4, socket-dns
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
parameter `'a` is never used
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
parameter `'a` is never used
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
parameter `'a` is never used
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
could not compile `smoltcp` (lib) due to 4 previous errors
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (imxrt-ral/imxrt1062,imxrt1060)
If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcpv4, socket-dns
tests (imxrt-ral/imxrt1062,imxrt1060)
parameter `'a` is never used
tests (imxrt-ral/imxrt1062,imxrt1060)
parameter `'a` is never used
tests (imxrt-ral/imxrt1062,imxrt1060)
parameter `'a` is never used
tests (imxrt-ral/imxrt1062,imxrt1060)
could not compile `smoltcp` (lib) due to 4 previous errors
tests (imxrt-ral/imxrt1062,imxrt1060)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
docs
If you enable the socket feature, you must enable at least one of the following features: socket-raw, socket-udp, socket-tcp, socket-icmp, socket-dhcpv4, socket-dns
docs
parameter `'a` is never used
docs
parameter `'a` is never used
docs
parameter `'a` is never used
docs
could not compile `smoltcp` (lib) due to 4 previous errors
docs
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests (imxrt-ral/imxrt1011,imxrt1010)
The operation was canceled.
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs#L59
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17 | 59 | pub enum Socket<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L22
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24 | 22 | pub(crate) struct Item<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L12
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26 | 12 | pub struct SocketStorage<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs#L59
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17 | 59 | pub enum Socket<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L22
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24 | 22 | pub(crate) struct Item<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L12
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26 | 12 | pub struct SocketStorage<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
lint-log (imxrt-ral/imxrt1021,imxrt1020)
Clippy had exited with the 101 exit code
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs#L59
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17 | 59 | pub enum Socket<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L22
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24 | 22 | pub(crate) struct Item<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L12
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26 | 12 | pub struct SocketStorage<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
lint-log (imxrt-ral/imxrt1064,imxrt1060)
Clippy had exited with the 101 exit code
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs#L59
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17 | 59 | pub enum Socket<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L22
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24 | 22 | pub(crate) struct Item<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L12
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26 | 12 | pub struct SocketStorage<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The operation was canceled.
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The operation was canceled.
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs#L59
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/socket/mod.rs:59:17 | 59 | pub enum Socket<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The operation was canceled.
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L22
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:22:24 | 22 | pub(crate) struct Item<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
parameter `'a` is never used: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs#L12
error[E0392]: parameter `'a` is never used --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/iface/socket_set.rs:12:26 | 12 | pub struct SocketStorage<'a> { | ^^ unused parameter | = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The operation was canceled.
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The operation was canceled.
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
Clippy had exited with the 101 exit code
examples (--examples --features=board/teensy4,board/lcd1602)
The operation was canceled.
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The operation was canceled.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1011)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1011)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1011)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1011)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1015)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1011)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1015)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1015)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1015)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1015)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1051)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1051)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1051)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1051)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1061)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1051)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1061)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1061)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1061)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1061)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1064)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1064)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1064)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1064)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1064)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1021,imxrt1020)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1052)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1052)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1052)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1052)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1052)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1062,imxrt1060)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1021)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1021)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1021)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1021)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1021)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
docs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1062)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1062)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1062)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1062)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1062)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1176_cm4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm4)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1011,imxrt1010)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-hal (imxrt-ral/imxrt1176_cm7)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm7)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm7)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-hal (imxrt-ral/imxrt1176_cm7)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1021,imxrt1020)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1021,imxrt1020)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1064,imxrt1060)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1064,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1064,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1064,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1064,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm4,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1061,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1060...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1060...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1176_cm7,imxrt1170)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1060...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1060...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1060...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/teensy4,b...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/teensy4,b...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/teensy4,b...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/teensy4,b...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/teensy4,b...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1011,imxrt1010)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
lint-log (imxrt-ral/imxrt1062,imxrt1060)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1010...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1010...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1010...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1010...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1010...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--features=board/imxrt1170evk-cm7,board/lcd1602 --example=hal_led --example=hal_gpio_in...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--features=board/imxrt1170evk-cm7,board/lcd1602 --example=hal_led --example=hal_gpio_in...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--features=board/imxrt1170evk-cm7,board/lcd1602 --example=hal_led --example=hal_gpio_in...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--features=board/imxrt1170evk-cm7,board/lcd1602 --example=hal_led --example=hal_gpio_in...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--features=board/imxrt1170evk-cm7,board/lcd1602 --example=hal_led --example=hal_gpio_in...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1060evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/teensy4,board/lcd1602)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--examples --features=board/teensy4,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/teensy4,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/teensy4,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/teensy4,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1170...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1170...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1170...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1170...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--example=hal_spi --example=rtic_spi --example=async_dma_spi --features=board/imxrt1170...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
examples (--examples --features=board/imxrt1010evk,board/lcd1602)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/