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
2021-10-18Refactored AppendDriverStatus and its calling codeDavid Crocker
2021-10-17Introduced file CANlib/RRF3Common.hDavid Crocker
2021-08-16Fixes to embedded file supportDavid Crocker
2021-06-09Added missing 'override' specifiersDavid Crocker
2021-05-23Removged Duet3ATE configurationDavid Crocker
2021-05-21Increased version to 3.3RC2David Crocker
Also added compile options -fstack-usage -fdump-rtl-expand to SAME5x config
2021-04-02Changes C file optimisation mode to -Os for Duet 2 buildsDavid Crocker
2021-03-08Fixed incorrect change to .cproject file, partly support Pathio slicerDavid Crocker
2021-03-08Edited .cproj file to work around Eclipse bug 571722David Crocker
2021-03-05Removed an invalid include pathDavid Crocker
2021-02-05Removed Duet 3 Mini v02 configurationsDavid Crocker
2021-02-05Removed obsolete configurationsDavid Crocker
2021-02-04Fixed build errorsDavid Crocker
2021-01-27Artifact extension got lost for Duet2_SBCManuel Coenen
2021-01-26Convert PCCB to CoreN2GManuel Coenen
2021-01-26Convert Maestro build to CoreN2GManuel Coenen
2021-01-26Fix Duet3_CAN0 build configManuel Coenen
2021-01-26Exclude Hardware/SAM4S for builds not requiring itManuel Coenen
2021-01-26Fix Duet2_SBC configurationManuel Coenen
Add SAM4S hardware directory (just a copy of SAM4E for now) Move contents of AppUrgentInit() into AppInit()
2021-01-25Exclude src/Hardware/SAM4E in build configurations that don't use SAM4EDavid Crocker
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
Note: PinTable still empty
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Removed SAME70 DFP from include pathDavid Crocker
2021-01-19Restore debug buildManuel Coenen
2021-01-19Rename linker scriptManuel Coenen
Remove debug options accidentally added to last commit
2021-01-19Restore compilability for SAM4E/4S buildsManuel Coenen
2021-01-19Fix remaining linker issuesManuel Coenen
2021-01-19Fix more linker issues (still not done)Manuel Coenen
2021-01-19Start converting Duet3 build to CoreN2G (not compiling yet)Manuel Coenen
2021-01-09Fixes for gcc version 10David Crocker
Also fixed shadow definitions
2021-01-02Use CanMovementLinear message instead of CanMovement message for 3 MiniDavid Crocker
2020-12-21Changed Duet 2 SBC build artefact nameDavid Crocker
2020-12-20Disable debug info in Duet 3 release buildsDavid Crocker
2020-12-13Change the output filenames of ATE buildsDavid Crocker
2020-12-12Eclipse decided to re-order the library pathsDavid Crocker
2020-12-10Added an include path for newer CoreN2GDavid Crocker
2020-12-08Replaced ASF flash service by new Flash module in CoreNGDavid Crocker
2020-12-02Changed optimisation settings for Duet 2SBC build3.2beta4.1David Crocker
2020-11-30Fix DuetMaestro buildManuel Coenen
2020-11-08Updated projects that this one depends onDavid Crocker
2020-11-08Corrected a project dependencyDavid Crocker
2020-11-08Removed exported include pathsDavid Crocker
2020-11-08Update .cprojectDavid Crocker
Corrected project dependencies
2020-11-06Final (I hope) changes for 3.2beta3David Crocker
Duet 3 Mini v04 configurations and filenames renamed to just Duet 3 Mini Duet 3 V06 configurations enamed to just Duet 3 Get ISO-format compilation date automatically Fixed Logger compilation errors in debug builds Fixed compilation errors in builds without SBC support Added comments to functions that are called with task scheduling disabled
2020-10-28Corrected Duet 3 Mini v0.2 configurationDavid Crocker
2020-10-24Fixed various reasons for crashing when booting or upgrading firmwareDavid Crocker
2020-10-23Use new syscalls.h in CoreNG/CoreN2GDavid Crocker
Allocate Linux task dynamically at startup to save memory in non-SBC configurations Show amount of IAP memory available in diagnostics
2020-10-18Added Duet 3 Mini ATE configurationDavid Crocker
2020-10-07Changes for Duet 3 ATEDavid Crocker
2020-10-07Added Duet 3 ATE build configurationDavid Crocker