Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Fans
AgeCommit message (Expand)Author
2022-08-08Thermostatic fans now default to on if the sensor is not foundDavid Crocker
2022-02-07Various changes for 3.4.rc1David Crocker
2022-01-11Bug fix for DMA-driven RGB Neopixels with F1 in the M150 commandDavid Crocker
2022-01-10Simplified build configuration files and added Duet3_MB6XDDavid Crocker
2021-12-19Removed function hiding + other minor changes for eCvDavid Crocker
2021-12-15Handle driver warnings and errors via the event handling systemDavid Crocker
2021-11-13Static analysis fixesDavid Crocker
2021-11-12Added annotations for static analysisDavid Crocker
2021-11-09Fixes for static analysisDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-28Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-10-26Fix MB6HC DotStar bugDavid Crocker
2021-10-21Implemented fans in expansion board modeDavid Crocker
2021-10-21Pass a CanMessageBuffer to AllocateRequestIdDavid Crocker
2021-10-15Added fan PWM frequency to object modelDavid Crocker
2021-08-24Don't report requested speed in M106 for thermostatic fansDavid Crocker
2021-08-23Fixed proportional control of thermostatic fansDavid Crocker
2021-08-23Minor correctionDavid Crocker
2021-08-21Changes for CANlib refactoringDavid Crocker
2021-08-12Added missing status messages when in expansion modeDavid Crocker
2021-08-05Fixed Maestro build after previous fixDavid Crocker
2021-08-05Fix for queued M150 commandsDavid Crocker
2021-07-27Merge branch '3.4-dev' into 3.4-input-shapingDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-07-21More work towards 3.4Christian Hammacher
2021-06-29Refactored swap-and-delete operationsDavid Crocker
2021-06-22Increased max RGB Neopixel LEDs on Duet WiFi/Ethernet from 60 to 80David Crocker
2021-06-13VariousDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-04-21Increased max RGBW Neopixels to 80 on Duet 3 MiniDavid Crocker
2021-04-20Fixed fan settings in resurrect.gDavid Crocker
2021-04-15Fixed DotStar driverDavid Crocker
2021-04-06Support bit-banged Neopixel LCD strips on Duet 2David Crocker
2021-04-02Use new interrupt enable/disable functions in CoreN2GDavid Crocker
2021-03-22Increased max LEDs in strip on Duet 3David Crocker
2021-03-21Added support for RGBW NeoPixel LED stripsDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-10Fix new bugs with M150 and M954 commandsDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-01-26Convert PCCB to CoreN2GManuel Coenen
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
2021-01-20Remove no longer required differences between SAME70 and SAM4xManuel Coenen
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2020-12-28Partially implemented M954David Crocker
2020-12-18Fixes to Neopixel driverDavid Crocker