mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Changed the cpu architecture to armv7-a to get rid of a warning about conflicting flags Change-Id: I42ef441b073199d562062f376334cecea1614060
Purpose
This project contains a number of utilities for using maven with wpilib. Currently it only contains a number of useful parents to inherit from.
List of possible parents
- edu.wpi.first.wpilib.templates.athena:static-library
- Create a static library (*.a) to run on the Athena platform.
- edu.wpi.first.wpilib.templates.athena:shared-library
- Create a shared library (*.so) to run on the Athena platform.
- edu.wpi.first.wpilib.templates.azalea:static-library
- Create a static library (*.a) to run on the Azalea platform.
- edu.wpi.first.wpilib.templates:include
- Create a set of headers that can be included with the native-maven-plugin.