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
2022-08-14Changed linker command line for compatibility with Eclipse 2022-06David Crocker
2022-07-22Upgraded to Eclipse 2022-06David Crocker
2022-05-18Added build configuration for FMDC v0.3David Crocker
2022-04-26FMDC build now uses SAMD51N19A, also added FMDC_Debug buildDavid Crocker
2022-04-26Renamed Duet3_Mini4 to FMDCDavid Crocker
2022-02-07Reverted previous change to .cprojectDavid Crocker
2022-02-07Changed thumbnail comment string to match PrusaSlicerDavid Crocker
2022-02-07Various changes for 3.4.rc1David Crocker
Made most kinematics support a build config option Made PanelDue flasher a build config option Made SPI temperature sensors a build config option Fixed current loop sensor in expansion board mode Use atanf instead of atan in Hangprinter kinematics Removed M573 support Added experimental Mini4 build configuration Increased version to 3.4.0rc1
2022-01-10Simplified build configuration files and added Duet3_MB6XDDavid Crocker
2021-11-01Changed compiler options to support f16-bit floating point typeDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
Also other minor changes to facilitate static analysis
2021-10-28SBC improvements for 3.4-b6Christian Hammacher
Refactored various parts of the SBC interface Renamed Linux to SBC in various places CAN updater checks if file is present on SBC before update SBC task is only woken up when SPI transfers finish Bug fix: Codes that were sent back to the SBC (e.g. from USB) caused temp reports to be printed Bug fix: SBC reconnects could take longer than expected
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