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-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-01More RTOS workDavid Crocker
Refactored mutex and task interface Output channels, tool list and message box data are now thread safe
2018-03-30Thread safe file systemDavid Crocker
Various changes to maske the filesystem thread safe
2018-03-29More RTOS workDavid Crocker
Changed delay() to suspend the current task for the specified number of ticks instead of looping Changed HSMCI idle callback to suspend the current task pending HSMCI interface statis change
2018-03-29More RTOS workDavid Crocker
IAP is now working again Heat module runs as a separate task
2018-03-28Verison 2.0alpha1David Crocker
Initial build using FreeRTOS