gpio: rearrange module to split version 1 and version 2 code #57
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests:
bouffalo-rt/build.rs#L1
unused imports: `env` and `path::PathBuf`
|
Run tests:
bouffalo-rt/macros/src/soc.rs#L6
unused variable: `ident`
|
Run tests:
bouffalo-hal/src/gpio/alternate.rs#L2
unused imports: `IntoPadv2` and `self`
|
Run tests:
bouffalo-hal/src/gpio/disabled.rs#L2
unused imports: `IntoPadv2` and `alternate::Alternate`
|
Run tests:
bouffalo-hal/src/gpio/input.rs#L2
unused imports: `IntoPadv2` and `alternate::Alternate`
|
Run tests:
bouffalo-hal/src/gpio/output.rs#L2
unused imports: `IntoPadv2` and `alternate::Alternate`
|
Run tests:
bouffalo-hal/src/gpio/pad_v1.rs#L15
methods `enable_schmitt`, `disable_schmitt`, `clear_interrupt`, `has_interrupt`, `mask_interrupt`, and `unmask_interrupt` are never used
|
Run tests:
bouffalo-hal/src/gpio/pad_v1.rs#L54
methods `drive` and `set_drive` are never used
|
Run tests:
bouffalo-hal/src/gpio/pad_v1.rs#L68
methods `interrupt_mode` and `set_interrupt_mode` are never used
|
Run tests:
bouffalo-hal/src/gpio/pad_v1.rs#L86
methods `into_pull_up_output`, `into_pull_down_output`, `into_floating_output`, `into_pull_up_input`, `into_pull_down_input`, and `into_floating_input` are never used
|
Loading