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-07-06Increased version to 3.4.2rc13.4.2rc1David Crocker
2022-07-06Increased format string length to 500 characters in ATE buildsDavid Crocker
2022-07-05Re-implemented support for MB6XD long step pulses for ATE testingDavid Crocker
2022-07-05Revert "Support longer step pulses on MB6XD when in test mode"David Crocker
This reverts commit 878226960fb45a5dabfb27309fadf088f096065b.
2022-07-05Support longer step pulses on MB6XD when in test modeDavid Crocker
2022-07-05Limit step pulse width on MB6XD to take account of 16-bit timerDavid Crocker
2022-07-04Don't raise driver error events on 6XD when in test modeDavid Crocker
2022-07-04Changes for ATE firmware buildDavid Crocker
2022-07-04Additions to recent commits for builds with SBC supportDavid Crocker
2022-07-04Improved memory safety of ExpressionValue by removing SetType functionDavid Crocker
2022-07-04Fixed memory leaks in expression parserDavid Crocker
2022-07-01Allow MAX31865 M308 R parameter to have fractional parts (3.4.2beta1)David Crocker
2022-06-28Fixed build problem with previous mergeDavid Crocker
2022-06-28Bug fixes for stack handlingChristian Hammacher
Bug fix: When files were closed and users forgot to pop the stack again using M121, a wrong stack state may be used Bug fix: Macro invocations from indented blocks could lead to successive instructions being skipped when a macro with a non-zero indent level finished execution
2022-06-22Increased version to 3.4.2beta1David Crocker
2022-06-22Don't report times left if not printingChristian Hammacher
2022-06-22Last bug fix for W5500Christian Hammacher
Fixed same bug as in the WiFi/LwIP socket implementations
2022-06-22Fixed one more bug affecting short data transfersChristian Hammacher
Fixed bug causing short transfers to be ignored on MB6HC
2022-06-22Bug fixes for short WiFi network transfersChristian Hammacher
Fixed bug that could lead to empty files on upload Fixed another related bug causing small files to be truncated
2022-06-21Added pin name ate.sd1.cd to MB6XD pin tableDavid Crocker
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