This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Point at version 2 branch, which is mostly empty. - Remove uas_control files, replaces them with the fw-acquisition code. On branch master Changes to be committed: modified: .gitmodules modified: experiments/translation/nops/experiment.c modified: experiments/translation/nops/experiment.h new file: external/fw-acquisition modified: target/share/Makefile.in deleted: target/share/uas_control.c deleted: target/share/uas_control.h modified: target/share/uas_main.c
- Loading branch information
1 parent
32e2112
commit 66ee772
Showing
8 changed files
with
40 additions
and
101 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,6 @@ | ||
[submodule "external/scale-hw"] | ||
path = external/scale-hw | ||
url = https://github.com/danpage/scale-hw.git | ||
[submodule "external/fw-acquisition"] | ||
path = external/fw-acquisition | ||
url = https://github.com/scarv/fw-acquisition.git |
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
Submodule fw-acquisition
added at
771464
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,8 @@ | ||
|
||
UAS_SRCS = $(UAS_ROOT)/target/share/uas_bsp.c \ | ||
$(UAS_ROOT)/target/share/uas_prng.c \ | ||
$(UAS_ROOT)/target/share/uas_control.c \ | ||
$(UAS_ROOT)/external/fw-acquisition/target/scass/scass_target.c \ | ||
$(UAS_ROOT)/target/share/uas_main.c | ||
|
||
CFLAGS += -I$(UAS_ROOT)/external/fw-acquisition/target | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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