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
path: root/src
AgeCommit message (Collapse)Author
2022-06-01Changed version to 3.4.13.4.1David Crocker
2022-06-01Removed an unused declarationDavid Crocker
2022-05-30Fix for bug with M581 and array parametersDavid Crocker
2022-05-29Set high drive strength on shared SPI SCLK sand MOSI pinsDavid Crocker
2022-05-25Added support for Duet 3 MB6XD version 1.03.4.1rc2David Crocker
2022-05-25Changed version to 3.4.1rc2David Crocker
2022-05-25Added a commentDavid Crocker
2022-05-23Reduced W5500 SPI frequency to 25MHz to avoid upload errorsDavid Crocker
Also made some corrections to the option to use the DMAC instead of the PDC, but using the DMAC still doesn't work,
2022-05-23Simplified code to save flash memory in Duet 2 buildDavid Crocker
2022-05-23Added definitions of potential Ethernet DMA channels to Pins_DuetNG.hDavid Crocker
2022-05-23Added conditional code to save files with upload errorsDavid Crocker
2022-05-21Fixed possible interation between DMA and cache in W5500 network codeDavid Crocker
2022-05-21Correction to previous commitDavid Crocker
2022-05-21Code corrections and tidy up of OutputBuffer classDavid Crocker
2022-05-21Removed some unecessary codeDavid Crocker
2022-05-20Corrected drivers enable pin for v0.3 FMDC boardDavid Crocker
2022-05-18Added build configuration for FMDC v0.3David Crocker
2022-05-16Use faster checksum algorithm in LwipDavid Crocker
2022-05-11Tidied up display menu code to save flash memoryDavid Crocker
2022-05-03Increase number of output buffers in Duet 2 builds, version 3.4.1rc13.4.1rc1David Crocker
Also removed SAM3XA code
2022-05-03Minor fixes for SBC modeChristian Hammacher
2022-05-02Merge remote-tracking branch 'origin/3.4-dev' into v3-chrishammChristian Hammacher
2022-05-02Made SBC protocol more resilientChristian Hammacher
Fixed some bugs affecting SPI error recovery for SBC mode
2022-05-02Increment seqs.state when a restore point changesDavid Crocker
Also made state.previousTool and state.nextTool non-libe because we already increment seqs.state just after they change
2022-05-02Changes for eCvDavid Crocker
2022-04-30Fixed bug with nonlinear extrusionDavid Crocker
2022-04-29Support SDHC0 as an alternative to SDHC1 in SAME5cx buildsDavid Crocker
2022-04-29Rename sd_mmc_mem.c to sd_mmc_mem.cppdc42
2022-04-29Rename ctrl_access.c to ctrl_access.cppdc42
2022-04-29Rename sd_mmc.c to sd_mmc.cppdc42
2022-04-29Adjusted FMDC sense resistor correction for more accurate motor currentDavid Crocker
2022-04-29Got SDHC working in FMDC buildDavid Crocker
2022-04-27FMDC board: made corrections + temporarily disabled SDHCDavid Crocker
2022-04-27Fixes for systems without mass storageDavid Crocker
2022-04-26Remove "begin/end file list" text around M20 JSON responsesDavid Crocker
2022-04-26Bug fix for Z probe not stopping CAN-connected delta tower motorsDavid Crocker
2022-04-26FMDC build now uses SAMD51N19A, also added FMDC_Debug buildDavid Crocker
2022-04-26Changes to FMDC configurationDavid Crocker
2022-04-26Renamed Duet3_Mini4 to FMDCDavid Crocker
2022-04-25Increase SPI speed on D3Mini if new wifi module firmware detectedDavid Crocker
2022-04-25Minor bug fix to M309David Crocker
2022-04-25Corrected swap of CAN address and device number in some eventsDavid Crocker
When constructing heater-fault and filament-error events, the CAN address and device number were swapped
2022-04-25Bug fix for indexing into arrays represented as bitmaps in OMDavid Crocker
2022-04-24Improved SBC diagnostics and fixed M563 L paramChristian Hammacher
2022-04-21Added pin names for the MB6XD driver error inputsDavid Crocker
2022-04-21Removed possible virus attack warning from http serverDavid Crocker
Also made Platform::GetWebDir() etc. static functions
2022-04-19Fix to TMC51xx accumulated drive status (thanks Andy)David Crocker
2022-03-31Added missing error check when collecting accelerometer dataDavid Crocker
2022-03-19Event names use '_' in the enum but '-' externallyDavid Crocker
2022-03-15Fix for Fanuc mode3.4.0David Crocker