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
AgeCommit message (Collapse)Author
2018-04-06More RTOS work againDavid Crocker
Increased Heat task stack to avoid crash when tuning a heater Protected vsnprintf etc. from reentrancy Use scheduler suspension instead of disabling interrupts for most critical sections
2018-04-04Yet more RTOS workDavid Crocker
Added malloc lock/unlock functions to avoid crash in sprintf etc. Allow jerk values down to 0.1mm/sec Add missing call to HttpResponder::CheckSessions() Added mutex around the access to HttpResponder::gcodeReply Warn if M500 used without M502 in config.g M114 now sends user coordinates first Condensed memory diagnostics a little Embed OutputStack objects instead of creating them dynamically
2018-04-03Network now a separate taskDavid Crocker
The Network module is now a separate task Reduced network buffers from 8 to 6 to free up RAM FileInfoParser has its own buffer to save allocating them on multiple stacks Got rid of longWait and ClassReport
2018-04-02Made interface between Network and GCodeInput thread safeDavid Crocker
Also removed unnecessary buffer in FileGCodeInput::ReadFromFile
2018-04-01More RTOS workDavid Crocker
Refactored mutex and task interface Output channels, tool list and message box data are now thread safe