-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add dev container * feat: mininal stim+tester GPIO only, report over tester UI LEDs * handshake and timeout to test GPIO * Refactor and use InputPin/OutputPin * Added echo support (not working state) * Format CMakeLists.txt and Main.cpp * Update and restructure * More restructuring * Extract integration_test/logic/Gpio * Refactor * Fix building for host * A few small fixes * Extract instantiations from main * Update EmbeddedInfraLib * Create install package in host build, pass on to embedded build * Fix artifact name * Apply clang-format * .github/workflows/ci.yml: remove superfluous host build * .github/workflows/ci.yml: install xsltproc * integration_test/tester/Main: Update names of Tester/Tested * Update amp-embedded-infra-lib to v5.0.0 --------- Co-authored-by: Thomas de Bont <[email protected]>
- Loading branch information
1 parent
2413862
commit 07086ec
Showing
34 changed files
with
85,615 additions
and
23 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
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
build/ | ||
out/ | ||
megalinter-reports/ | ||
install/ |
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.