PROS is a lightweight and fast alternative open source operating system for the VEX Cortex Microcontroller. It features multitasking, low-level control, and Wiring compatible functions to harness the full power of the Cortex. PROS is built with developers in mind and with a focus on providing an environment for industry-applicable experience.
Primary maintenance of PROS is done by students at Purdue University through Purdue ACM SIGBots. Inspiration for this project came from several computer science and engineering students itching to write code for the extended autonomous period. We created PROS to leverage this opportunity.
All PROS development is open sourced and available for the community to inspect. We believe that sharing source improves PROS through community contributions and allows students to learn by example.
PROS is built using the GCC toolchain and standard C practices (ISO C99) to make the learning curve small. Structures, pointers, dynamic memory allocation, and function pointers are all available. Additionally, code is run on bare metal, allowing you to take full advantage of the microcontroller's power.
You can develop code on Windows, OS X, or Linux. Code is compiled using GCC and the PROS CLI is available on most operating systems. The PROS development team makes distributions for Windows, OS X, and Debian-based Linux distributions.
The PROS team develops a plugin for Atom to making developing projects in PROS the best possible experience. The highly customizable editor designed for the 21st century enables students to learn how to code in a modern environment.
Pay a visit to our website, pros.cs.purdue.edu, to download our latest installer or view installation instructions for your preferred platform.
We have a number of resources available on our website, including
- A basic tutorial to get you acquainted with the PROS ecosystem
- A series of tutorials on how to use some of the more advanced features of PROS
- Extensive documentation on the kernel's API
No, PROS 2.x does not officially support C++. Some users have found ways around this, but be warned: we will not be able to help if you run into issues doing this.
Drop us a line
We maintain GitHub repositories for the three major components of the PROS ecosystem:
- The Command Line Interface (cli) at purduesigbots/pros-cli
- The Atom plugin at purduesigbots/pros-atom
- The kernel here
If you find a problem with our documentation or tutorials, we have a repository for that, too, at purduesigbots/pros-docs.