Skip to content

Tags: nathan-moore/pros

Tags

3.1.6

Toggle 3.1.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
edjubuh Elliot Berman
 - Shuffle Makefiles (purduesigbots#87)

- Add support for hot/cold linking (purduesigbots#89)

- Bugfixes to LLEMU, RTOS, and buffer overflow when printing to controller screen

- [X] Tested in individual PRs
- [X] @baylessj has been using hot/cold on bot
- [X] @Octogonapus has been using `task_notify_when_deleting` changes

3.1.5

Toggle 3.1.5's commit message
Release 3.1.5

2.12.2

Toggle 2.12.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
edjubuh Elliot Berman
v2.12.2

Summary

- Update Makefile to new universal Makefile
  - Support for PROS 3 environment (cquery)
  - Color output
  - Arbitrarily nested subdirectories
- Add `PROS_VERSION_MAJOR`, `PROS_VERSION_MINOR`, `PROS_VERSION_PATCH` and `PROS_VERSION` to `include/API.h`

2.12.1

Toggle 2.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
HotelCalifornia Hannah Brooke
release 2.12.1

2.12.0

Toggle 2.12.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
edjubuh Elliot Berman
Merge pull request purduesigbots#30 from purduesigbots/2.12.0

Release notes:
 - Add standalone mode (was already in master)
 - Rename FILE to PROS_FILE to improve C++ compatibility.
 - Use PROS CLI as default for make upload