Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common modules linking approach change #283

Merged
merged 9 commits into from
Jan 24, 2025

Conversation

amendelzon
Copy link
Collaborator

  • All common modules for the HAL now lie in firmware/src/hal/common_linked, and are not included in Makefiles, but symlinked from necessary source directories (e.g., firmware/src/x86).
  • Moved existing unit tests
  • Renamed directory in CI workflow
  • Incidentally fixed compiler warning in UI unit test

- Moved bip32 tests from x86 to common_linked
- Moved endian tests from x86 to common_linked
- Moved hmac_sha512 tests from x86 to common_linked
- Moved keccak256 tests from x86 to common_linked
- Added common test artifacts to common_linked
- Renamed common to common_linked in CI workflow
- Incidentally fixed compiler warning in Ledger UI onboarding test case
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Files

Copy link
Collaborator

@italo-sampaio italo-sampaio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@amendelzon amendelzon merged commit b950581 into master Jan 24, 2025
8 checks passed
@amendelzon amendelzon deleted the improvement/common_modules_linking branch January 24, 2025 19:48
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