deps: refactor I2C and SPI, update dependencies, and enhance CI for examples #2
Cargo.yml
on: pull_request
Rustfmt all packages
8s
Build examples
32s
Annotations
10 warnings
Rustfmt all packages
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build examples:
src/lib.rs#L7
the feature `async_closure` has been stable since 1.86.0-nightly and no longer requires an attribute to enable
|
Build examples:
examples/embassy_uart.rs#L32
unused variable: `rst`
|
Build examples:
examples/bit_test.rs#L19
unused variable: `v`
|
Build examples:
examples/embassy_ssd1309.rs#L17
unused imports: `ImageRawLE` and `Image`
|
Build examples:
examples/adc_block_interrupt_closure.rs#L78
creating a shared reference to mutable static is discouraged
|
Build examples:
examples/adc_block_interrupt_closure.rs#L79
creating a shared reference to mutable static is discouraged
|
Build examples:
examples/adc_block_interrupt_closure.rs#L80
creating a shared reference to mutable static is discouraged
|
Build examples:
examples/adc_block_interrupt_closure.rs#L80
creating a shared reference to mutable static is discouraged
|