dzid26 / StepperServoCAN

Closed loop stepper motor controller with CANbus capabilities. This Project open source hardware and code, support platformio build and upload firmware.
https://shop.retropilot.org/product/stepperservocan
19 stars 5 forks source link

Optimizations #14

Closed dzid26 closed 1 year ago

dzid26 commented 1 year ago

Optimization combinations: -Og with/without -flto - ok -O1 with/without -flto - ok -O2 with/without -flto - ok -O3 with -flto = ok -O3 without -flto - Encoder not initializng (SPI) -O0 without -flto - too slow -O0 with -flto - size too big to test