All Posts
PROS Kernel 3.2.1 Release
- 22 January 2020
If you were affected by the issue preventing builds from hot/cold linking under arm-none-eabi-gcc 9.x, and either added temporary stubs or disabled hot/cold linking as a workaround, you may now reverse those changes.
PROS Kernel 3.2.0 Release
- 18 September 2019
We are replacing the three initialize.cpp
, autonomous.cpp
, and opcontrol.cpp
files with a single main.cpp
file (see below) for new projects, so the main.cpp
file will be introduced into your project when you upgrade. If you compile the project right away, you will likely be faced with multiple definition errors for the competition tasks. To resolve this, you can either delete the new main.cpp
, or move the contents of your competition task functions into the new file, deleting the previous files. If your project structure has been significantly modified from the default, we trust that you will know how to resolve this issue on your own. Also note that if you have already consolidated the three files listed above into a single main.cpp
file, this will not be an issue.
PROS CLI 3.1.4 Release
- 18 February 2019
New UI experience for creating, upgrading, and uploading projects
PROS Kernel 3.1.3 Release
- 25 October 2018
Bug fix for ADI Sensors. PROS kernel version 3.1.2 introduced an issue where the gyroscope and other ADI sensors would not return proper values. This restores the expected functionality, and ADI sensors will work properly again.
But does it run Doom? Yes.
- 22 October 2018
The video game Doom is well known for being able to run on a variety of non-gaming platforms. Thanks to the work of Jackson Seal, it can now run on the V5 Brain with PROS.
PROS Kernel 3.1.1 Release
- 20 September 2018
A variety of bugfixes and usability improvements over 3.1.0.
Announcing PROS 3
- 27 April 2018
Today, we’re excited to share with you the next iteration of PROS, the open source development environment for VEX EDR. With PROS 3, you will be able to program the VEX EDR Cortex and the VEX V5 from a single development environment.