forked from df8oe/UHSDR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up includes in main header files / build files
No functional change - removed not needed includes of processor specific hal drivers - removed (incorrect) dependency from I2S driver constant for sampling rate detection - moved some inline functions to normal compile mode (-flto takes care of these) - properly attributed some inline functions in header file as "static inline". this is required for unoptimized builds to work. - fixed bootloader build issue in Eclipse settings - readded -DUSE_HAL_DRIVERS to makefile as it is necessary for working compile now (we use the drivers, so this is not a workaround, but needed). - an "out-of-tree" build dir has been added to .gitignore. This helps to run makefile builds without changing the mchf-eclipse dir but still inside the git repo (which the makefile likes)
- Loading branch information
Showing
9 changed files
with
209 additions
and
192 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
docs/ | ||
mchf-eclipse/.settings/org.eclipse.cdt.managedbuilder.core.prefs | ||
.metadata | ||
.metadata | ||
build/ |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.