-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from fprime-community/update/v3.5.0
Updates Baremetal to v3.5.0
- Loading branch information
Showing
42 changed files
with
457 additions
and
267 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,6 +1,16 @@ | ||
.vscode | ||
.idea | ||
venv | ||
**/logs | ||
**/build-artifacts | ||
**/build-fprime-* | ||
# fprime items | ||
logs/ | ||
cmake-build-* | ||
build-artifacts/ | ||
build-fprime-* | ||
*-template | ||
*.template.cpp | ||
*.template.hpp | ||
|
||
# Misc | ||
/venv/ | ||
/fprime-venv/ | ||
/.idea/ | ||
/.vscode/ | ||
.DS_Store | ||
*.gcov |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"version": 4, | ||
"configurePresets": [ | ||
{ | ||
"name": "rp2040", | ||
"inherits": "fprime", | ||
"displayName": "RP2040 Release Preset", | ||
"description": "F´ release build using local fprime-venv", | ||
"binaryDir": "${sourceDir}/build-fprime-automatic-featherrp2040", | ||
"cacheVariables": { | ||
"CMAKE_DEBUG_OUTPUT": "ON" | ||
}, | ||
"toolchainFile": "${sourceDir}/lib/fprime-arduino/cmake/toolchain/featherrp2040.cmake" | ||
}, | ||
{ | ||
"name": "rp2040-debug", | ||
"inherits": [ | ||
"fprime-debug", | ||
"rp2040" | ||
], | ||
"displayName": "RP2040 Debug Preset", | ||
"description": "RP2040 debug build using local fprime-venv" | ||
}, | ||
{ | ||
"name": "teensy41", | ||
"inherits": "fprime", | ||
"displayName": "F´ Cross-Compile Preset", | ||
"description": "F´ Cross-Compile build using local fprime-venv", | ||
"binaryDir": "${sourceDir}/build-fprime-automatic-teensy41", | ||
"cacheVariables": { | ||
"CMAKE_TOOLCHAIN_FILE": "${sourceDir}/lib/fprime-arduino/cmake/toolchain/teensy41.cmake" | ||
} | ||
} | ||
] | ||
} |
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.