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-17Finished initial implementation of multicast discovery protocol3.4-multicastDavid Crocker
2022-07-17Merge branch '3.4-multicast' of https://github.com/Duet3D/RepRapFirmware.git ↵David Crocker
into 3.4-multicast
2022-07-17More work on multicastDavid Crocker
2022-07-17Update Notes on multicast implementation.mddc42
2022-07-17Create Notes on multicast implementation.mddc42
2022-07-16More work on multicast responderDavid Crocker
2022-07-16Fixed multicast idetificationDavid Crocker
2022-07-16Implemented reboot from multicast messageDavid Crocker
2022-07-15More work on multicastDavid Crocker
2022-07-15More work on multicastDavid Crocker
2022-07-14Updated multicast protocol header fileDavid Crocker
2022-07-14Added MulticastDiscovery folder and multicast protocol headerDavid Crocker
2022-07-14Fixes to multicastDavid Crocker
2022-07-13Merge branch '3.4-dev' into 3.4-multicastDavid Crocker
2022-07-13More fixes for ACT LED on MB6HCDavid Crocker
2022-07-13Fixes for main board used as expansionDavid Crocker
2022-07-13Multicast bug fixesDavid Crocker
2022-07-13Fixed array bounds overflow in modified codeDavid Crocker
2022-07-13Merge branch '3.4-dev' into 3.4-multicastDavid 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-12More work on multicastDavid Crocker
2022-07-12More work on multicast discovery protocolDavid Crocker
2022-07-12Added class MulticastResponder and some associated hooksDavid Crocker
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