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-13Merge branch '3.4-dev' into 3.4-spi-tft3.4-spi-tftDavid Crocker
2022-07-13More fixes for ACT LED on MB6HCDavid Crocker
2022-07-13Fixes for main board used as expansionDavid Crocker
2022-07-13Merge branch '3.4-dev' into 3.4-spi-tftDavid Crocker
2022-07-13Fix for main boards in expansion modeDavid Crocker
Also drive ACT LED on MB6XD Also make main board STATUS LED flash at the correct rate even when the loop time is high
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-01Merge branch '3.4-dev' into 3.4-spi-tftDavid 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-06Merge branch '3.4-spi-tft' of https://github.com/Duet3D/RepRapFirmware into ↵David Crocker
3.4-spi-tft
2022-06-06Merge branch '3.4-dev' into 3.4-spi-tftDavid Crocker
2022-06-06Updated version.hDavid Crocker
2022-06-01Changed version to 3.4.13.4.1David Crocker
2022-06-01Removed an unused declarationDavid Crocker
2022-05-30Merge branch '3.4-dev' into 3.4-spi-tftDavid Crocker
2022-05-30Fix for bug with M581 and array parametersDavid Crocker
2022-05-30Fix for bug with M581 and array parametersDavid Crocker
2022-05-30Set high drive strength on shared SPI pinsDavid Crocker
2022-05-29Set high drive strength on shared SPI SCLK sand MOSI pinsDavid Crocker
2022-05-29Set high drive strngth on TFT LCD pinsDavid Crocker
2022-05-27Merge branch '3.4-spi-tft' of https://github.com/Duet3D/RepRapFirmware.git ↵David Crocker
into 3.4-spi-tft
2022-05-27Added support for font chip on TFT displayDavid Crocker
2022-05-25Merge branch '3.4-dev' into 3.4-spi-tftDavid 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-25Merge branch '3.4-dev' into 3.4-spi-tftDavid 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-23Merge branch '3.4-dev' into 3.4-spi-tftDavid 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