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 (Expand)Author
2021-10-31Annotations for static analysisDavid Crocker
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
2021-09-14Minor changes to CRC functionsDavid Crocker
2021-09-07Resolved name clashes and minor issues for eCvDavid Crocker
2021-09-07Removed friend class hack from class FileData and GCodeInputDavid Crocker
2021-08-31Merge branch 'v3-chrishamm' into 3.4-devDavid Crocker
2021-08-31Work towards 3.4-b4Christian Hammacher
2021-08-27Replaced MutexLocker operastor bool() by IsAcquired()David Crocker
2021-08-24Got Duet 2 SBC config building againDavid Crocker
2021-08-21Implemented redirection to file in echo commandDavid Crocker
2021-08-16Fixes to embedded file supportDavid Crocker
2021-08-16Fixes to embedded file supportDavid Crocker
2021-08-16More work on embedded filesDavid Crocker
2021-08-16More work on embedded filesDavid Crocker
2021-08-13More work on embedded filesDavid Crocker
2021-08-13Implemented FindFirst/FindNext for embedded filesDavid Crocker
2021-08-13More work on embedded filesDavid Crocker
2021-08-13More work on HAS_EMBEDDED_FILESDavid Crocker
2021-08-13Resolved some missing functions wheh HAS_EMBEDDED_FILES is trueDavid Crocker
2021-08-09More work on embedded file supportDavid Crocker
2021-07-31More work on embedded readonly file supportDavid Crocker
2021-07-31Introduced HAS_EMBEDDED_FILESDavid Crocker
2021-07-21Added .nc to the list of file extensions that we try to parseDavid Crocker
2021-07-10Added FS calls for SBC modeChristian Hammacher
2021-06-28Removed job.file.firstLayerHeight and job.file.numLayers from the OMDavid Crocker
2021-04-19Fixed build errors for Duet 2 SBC buildDavid Crocker
2021-04-09Added seqs.volChanges[] to object mode to record file creation etc.David Crocker
2021-04-02Use new interrupt enable/disable functions in CoreN2GDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-08Support Matter Control slicerDavid Crocker
2021-03-08Support Fusion 360 slicerDavid Crocker
2021-03-08Fixed incorrect change to .cproject file, partly support Pathio slicerDavid Crocker
2021-03-08Added support for Kiro Moto slicerDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-13Support Ideamaker Print Time commentDavid Crocker
2020-12-20Initialise fsMutex in Duet 2 SBC buildv3-wilrikerDavid Crocker
2020-12-17Use software CRC on SAME5x when the block is shortDavid Crocker
2020-12-16Use hardware CRC32 on the SAME5xDavid Crocker
2020-12-16File write buffers moved to non-cached memory for SAME70David Crocker
2020-12-16Changes to allow RAM to be cachedDavid Crocker
2020-12-08Remove HAS_MASS_STORAGE and SUPPORT_SCANNER from Duet2_SBCManuel Coenen
2020-12-07Merge remote-tracking branch 'origin/v3-wilriker' into v3.02-devDavid Crocker
2020-12-07Tidied up return codes from GetFileInfoDavid Crocker
2020-12-07Fix CRC16 implementationManuel Coenen
2020-12-07CRC16 now uses the CCITT polynomial instead of the ARC oneDavid Crocker
2020-12-05Mutex & BinarySemaphore now derive from the underlying FreeRTOS structsDavid Crocker
2020-12-04Tidied up FileStore, added CRC16 classDavid Crocker
2020-12-04File read operations are now routed to mass storage or LinuxInterfaceManuel Coenen
2020-11-24Bug fix: M226, M600, M601 no longer workedDavid Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker