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
If the files `liblibs.a` and `libsteensy4.a` do not exist in the core directory, follow these steps.
23
-
* Checkout the branch `lib-source`
24
-
* Run `make`
25
-
* Store the resulting library files `liblibs.a` and `libteensy4.a` to some tempory location outside of the repository
26
-
* Return to your old branch (or `main`)
27
-
* Copy those library files into the core directory
23
+
* Run `make lib_all`
28
24
29
25
## Usage
30
26
@@ -54,3 +50,6 @@ This repo follows the CU Robotics code standard:
54
50
-`patch` branches are named `patch-[patchname]` and contain bugfixes and/or minor adjustments. Unit and integration testing is a soft requirement.
55
51
- All software is required to pass formatting and build tests before being merged into a `production` branch.
56
52
- Other branch-based style questions are answered in the [style guide](docs/README.md).
53
+
54
+
## Licensing
55
+
This repository uses the MIT License, which covers the code and tools written for our robot firmware. See separate copyright/licensing information for the external libraries used in the repo (in the libaries/ and teensy4/ directories).
0 commit comments