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
This is the reference software for the v4x PROVES Kit Flight Controller boards. Clone this repository and use the `make install-flight-software ...` tooling to get your v4x Flight Controller Board up and running!
7
-
8
-
If your are looking to setup ground station software you can use `make install-ground-station` to get simple receiver software running!
9
-
10
-
# Development Getting Started
11
-
We welcome contributions, so please feel free to join us. If you have any questions about contributing please open an issue or a discussion.
12
-
13
-
You can find our Getting Started Guide [here](https://github.com/proveskit/pysquared/blob/main/docs/dev-guide.md).
14
-
15
-
If you have a mission specific usecase for the CircuitPython Flight Software you can fork this repo and use it as a baseline for developing your own system!
6
+
This is the template repository for v4 PROVES Kit Flight Controller boards. Head to our [docs site](https://proveskit.github.io/pysquared/) to get started.
0 commit comments