Add EXI and USB Gecko support #9
Draft
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run cargo clippy:
luma_core/src/vi.rs#L183
unused variable: `width`
|
Run cargo clippy:
luma_core/src/exi/mod.rs#L14
constant `EXI_DMA_ADDR` is never used
|
Run cargo clippy:
luma_core/src/exi/mod.rs#L15
constant `EXI_DMA_SIZE` is never used
|
Run cargo clippy:
luma_core/src/exi/mod.rs#L65
field `exi` is never read
|
Run cargo clippy:
luma_core/src/allocate.rs#L30
unsafe function's docs are missing a `# Safety` section
|
Run cargo clippy:
luma_core/src/vi.rs#L96
this operation has no effect
|
Run cargo clippy:
luma_core/src/vi.rs#L96
casting to the same type is unnecessary (`u16` -> `u16`)
|
Run cargo clippy:
luma_core/src/vi.rs#L143
unneeded late initialization
|
Run cargo clippy:
luma_core/src/ipc.rs#L29
you should consider adding a `Default` implementation for `IpcMessageAddress`
|
Run cargo clippy:
luma_core/src/ipc.rs#L72
you should consider adding a `Default` implementation for `PpcIpcControl`
|
Install nightly toolchain
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/
|
Install nightly toolchain
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/
|
Install nightly toolchain
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/
|
Install nightly toolchain
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/
|
Loading