3.3.0 - 🎶it's been a long day without you, my friend🎶
Summary:
- Fix integer overflow in
millis()
(#208) - Fix how the Makefile generates spaces to resolve build issues with make >= 4.3 (#207)
- Fix flushing the command character in the serial daemon (#214)
- Refactor linker scripts to allow for custom linker scripts in templates (#213)
- Add
std::string
overload forpros::Controller::set_text
(#216) - Upgrade to vexOS 1.0.11 (#221)
- Increase maximum string width on the controller screen from 15 to 19 characters (#222)
- Add functions to delete mutexes (#231)
- Make
pros::Task::notify_take
static andpros::Task::operator=
STL-compliant (#234) - Add support for the ADI Expander (#245)
- Upgrade to vexOS 1.0.12 (#247)
- Remove redundant IMU calibration check (#236)
- Remove redundant library links to fix linking issues with gcc >= 10 (#233)
- Fix
controller_clear_line
behavior (#226) - Msicellaneous documentation clarifications and edits (#220, #238, #244)
Special thanks to @Jerrylum, @ad101-lab, @djava, @theol0403, @Buzzec, and @nickmertin for their contributions!