init channels after Pwm #768
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1:
src/timer/pwm.rs#L214
field `regular` is never read
|
Run actions-rs/cargo@v1
`stm32f1xx-hal` (lib) generated 1 warning
|
Run actions-rs/cargo@v1:
examples/blinky_timer_irq.rs#L48
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
examples/serial-interrupt-idle.rs#L55
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
examples/serial-interrupt-idle.rs#L56
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
examples/serial-interrupt-idle.rs#L71
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
examples/serial-interrupt-idle.rs#L79
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1
`stm32f1xx-hal` (example "serial-interrupt-idle") generated 4 warnings
|
Run actions-rs/cargo@v1:
examples/spi-slave.rs#L86
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
examples/spi-slave.rs#L110
creating a mutable reference to mutable static is discouraged
|
Run actions-rs/cargo@v1:
src/timer/pwm.rs#L214
field `regular` is never read
|
Run actions-rs/cargo@v1
`stm32f1xx-hal` (lib test) generated 1 warning
|
Loading