You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
3
6
4
7
.PHONY: all
5
8
all: .venv download-libraries pre-commit-install help
@@ -44,9 +47,6 @@ fmt: pre-commit-install ## Lint and format files
44
47
typecheck: .venv download-libraries ## Run type check
45
48
@$(UV) run -m pyright .
46
49
47
-
BOARD_MOUNT_POINT ?= ""
48
-
VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
49
-
50
50
.PHONY: install
51
51
install-%: build-%## Install the project onto a connected PROVES Kit use `make install-flight-software BOARD_MOUNT_POINT=/my_board_destination/` to specify the mount point
Software for the v5a PROVES Kit flight control board.
7
-
8
-
# Development Getting Started
9
-
We welcome contributions, so please feel free to join us. If you have any questions about contributing please open an issue or a discussion.
10
-
11
-
You can find our Getting Started Guide [here](https://github.com/proveskit/pysquared/blob/main/docs/dev-guide.md).
6
+
This is the template repository for v5a PROVES Kit Flight Controller boards. Head to our [docs site](https://proveskit.github.io/pysquared/) to get started.
0 commit comments