Skip to content

3.3.0 - 🎶it's been a long day without you, my friend🎶

Compare
Choose a tag to compare
@HotelCalifornia HotelCalifornia released this 13 Sep 19:38
3.3.0
e446dba

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 for pros::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 and pros::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!