We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae67ae3 commit 4374483Copy full SHA for 4374483
Makefile
@@ -78,9 +78,10 @@ clean: ## Remove all gitignored files
78
##@ Operations
79
80
.PHONY: gds
81
+ARTIFACT_DIR ?= $(shell pwd)/build-artifacts
82
gds: ## Run FPrime GDS
83
@echo "Running FPrime GDS..."
- @$(UV) run fprime-gds -n --dictionary $(BUILD_DIR)/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json --communication-selection uart --uart-baud 115200 --output-unframed-data
84
+ @$(UV) run fprime-gds -n --dictionary $(ARTIFACT_DIR)/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json --communication-selection uart --uart-baud 115200 --output-unframed-data
85
86
##@ Build Tools
87
BIN_DIR ?= $(shell pwd)/bin
0 commit comments