Skip to content

Conversation

@crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Dec 7, 2024

  • readme: fix method used for flashing System76 EC
  • rework Make targets
  • add missing SPDX IDs
  • handle installing toolchain with rustup 1.28.0
  • replace win64 with efiapi for ABI
  • clippy
    • ignore: dead_code
    • ignore: clippy::missing_transmute_annotations
    • fix: clippy::unnecessary_get_then_check

Does not address static_mut_refs, which will be a hard error in the 2024 edition.

NOTE: The default target is changed from the FAT32 image to the UEFI application. Scripts relying on the default target will need to be updated.

@crawfxrd crawfxrd marked this pull request as ready for review December 9, 2024 15:53
@crawfxrd crawfxrd requested review from a team and jackpot51 December 9, 2024 15:54
- readme: fix method used for flashing System76 EC
- rework Make targets
- add missing SPDX IDs
- handle installing toolchain with rustup 1.28.0
- replace win64 with efiapi for ABI
- clippy
  - ignore: `dead_code`
  - ignore: `clippy::missing_transmute_annotations`
  - fix: `clippy::unnecessary_get_then_check`

Does not address `static_mut_refs`, which will be a hard error in the
2024 edition.

NOTE: The default target is changed from the FAT32 image to the UEFI
application. Scripts relying on the default target will need to be
updated.
Signed-off-by: Tim Crawford <tcrawford@system76.com>
@crawfxrd crawfxrd merged commit 2325f02 into master Dec 13, 2024
2 checks passed
@crawfxrd crawfxrd deleted the cleanup branch December 13, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants