File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
clippy-check-arm :
5
5
runs-on : ubuntu-20.04
6
6
env :
7
- RUSTFLAGS : " -D warnings"
7
+ RUSTFLAGS : " -D warnings -Aclippy::needless_lifetimes "
8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
- uses : dtolnay/rust-toolchain@stable
15
15
clippy-check-riscv :
16
16
runs-on : ubuntu-20.04
17
17
env :
18
- RUSTFLAGS : " -D warnings"
18
+ RUSTFLAGS : " -D warnings -Aclippy::needless_lifetimes "
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 5
5
_modify :
6
6
" CHAIN_TO " :
7
7
description : " When this channel completes, it will trigger the channel indicated by CHAIN_TO. Disable by setting CHAIN_TO = _(this channel)_. \\ n
8
- Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
8
+ Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
9
9
CH0_AL1_CTRL :
10
10
_modify :
11
11
" CHAIN_TO " :
12
12
description : " When this channel completes, it will trigger the channel indicated by CHAIN_TO. Disable by setting CHAIN_TO = _(this channel)_. \\ n
13
- Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
13
+ Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
14
14
CH0_AL2_CTRL :
15
15
_modify :
16
16
" CHAIN_TO " :
17
17
description : " When this channel completes, it will trigger the channel indicated by CHAIN_TO. Disable by setting CHAIN_TO = _(this channel)_. \\ n
18
- Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
18
+ Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
19
19
CH0_AL3_CTRL :
20
20
_modify :
21
21
" CHAIN_TO " :
22
22
description : " When this channel completes, it will trigger the channel indicated by CHAIN_TO. Disable by setting CHAIN_TO = _(this channel)_. \\ n
23
- Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
23
+ Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour."
24
24
25
25
" CH*_CTRL* " :
26
26
" TREQ_SEL " :
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
6
7
7
set -exuo pipefail
8
8
9
- cargo install --version 0.33.4 svd2rust
10
- cargo install --version 0.12.1 form
9
+ cargo install --version 0.33.4 svd2rust --locked
10
+ cargo install --version 0.12.1 form --locked
11
11
rustup component add rustfmt
12
12
if [ " $SVDTOOLS " == " svdtools" ]; then
13
- cargo install --version 0.3.17 svdtools
13
+ cargo install --version 0.3.20 svdtools --locked
14
14
else
15
15
python3 -mvenv --clear .venv
16
16
source .venv/bin/activate
You can’t perform that action at this time.
0 commit comments