chore: remove accidentally tracked build_hw/ directory#11583
Merged
sensei-hacker merged 1 commit intoMay 25, 2026
Conversation
Contributor
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Member
|
Ugh. On the HAL PR I had written a comment saying "this PR seems to have 3000 extra files". |
Contributor
Author
|
I saw that comment, but then couldn't find it in the open PRs I was looking at too. |
sensei-hacker
added a commit
to sensei-hacker/inav_unofficial_targets
that referenced
this pull request
May 31, 2026
…t#11365 Conflict resolution in src/main/io/osd.c: - Kept upstream's messages[8] (larger array for new geozone messages) - Applied ADD_MSG() bounds-safe macro to upstream's relocated geozone block - Took upstream's expanded NAV_ALTHOLD_MODE block with terrain follow messages (OSD_MSG_SURFACE_OK/BAD), using ADD_MSG() for all writes - Removed osdCheckWarning/osdGetMultiFunctionMessage from osd.c (functions moved to fc/multifunction.c by upstream) Applied ADD_MSG() protection to src/main/fc/multifunction.c where upstream relocated the warning functions from osd.c. Note: build_hw/ excluded — accidentally tracked upstream artifact, see iNavFlight#11583 (fix pending for maintenance-9.x).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the
build_hw/directory (1.1GB, 27K files) that was accidentally committed as part of the HAL v1.3.3 update. These are cmake build artifacts and should not be tracked.Also adds
/build_*/and/build_hw/to .gitignore to prevent recurrence.