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

tinyusb/msc_fat_view: Use link_tables for root entries #3208

Merged
merged 1 commit into from
May 16, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 25, 2024

This change extract several FAT root entries definitions to separate files so it's easier to see how to make custom entries.

This feature utilized newt tool features:

  • link time tables (used for root dir entries)
  • pkg.whole_archive switch that forces to search whole archive
  • pkg.source_files (now package files are selected separately)

This change extract several FAT root entries definitions
to separate files so it's easier to see how to make
custom entries.

This feature utilized newt tool features:
- link time tables (used for root dir entries)
- pkg.whole_archive switch that forces to search whole archive
- pkg.source_files (now package files are selected separately)

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
@kasjer kasjer merged commit 74156c1 into apache:master May 16, 2024
17 checks passed
@kasjer kasjer deleted the kasjer/tinyusb-link-tables branch May 16, 2024 08: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.

None yet

2 participants