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 (Expand)Author
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-13Multicast bug fixesDavid Crocker
2022-07-13Fixed array bounds overflow in modified codeDavid Crocker
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-06-22Last bug fix for W5500Christian Hammacher
2022-06-22Fixed one more bug affecting short data transfersChristian Hammacher
2022-06-22Bug fixes for short WiFi network transfersChristian Hammacher
2022-05-25Added a commentDavid Crocker
2022-05-23Reduced W5500 SPI frequency to 25MHz to avoid upload errorsDavid 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-18Added build configuration for FMDC v0.3David Crocker
2022-05-16Use faster checksum algorithm in LwipDavid Crocker
2022-04-27Fixes for systems without mass storageDavid 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-21Removed possible virus attack warning from http serverDavid Crocker
2022-03-08Increased allowed length of GCode commands to 256 charactersDavid Crocker
2022-02-17Changed Duet 3 Mini WiFi transfer wait-until-finished codeDavid Crocker
2022-02-08Fixed network startup on MB6HCDavid Crocker
2022-02-06Fixed inconsistency with err code of rr_thumbnailChristian Hammacher
2022-02-06Improvements for fileinfo detectionChristian Hammacher
2022-02-01Fixes for Duet 3 Mini build without WiFi networkingDavid Crocker
2022-02-01Fix or Duet 3 Mini build with Ethernet disabledDavid Crocker
2022-01-24Added annotations for static analysisDavid Crocker
2022-01-20Added OM field state.thisInputDavid Crocker
2022-01-19Added "Unknown" ESP reset reasonDavid Crocker
2022-01-19Added reset reason messages for new ESP reset codesDavid Crocker
2022-01-10Simplified build configuration files and added Duet3_MB6XDDavid Crocker
2022-01-08Implemented M36.1 and rr_thumbnailDavid Crocker
2021-12-22Fixed CRC errors when uploading on Duet 3 and 3 Mini EthernetDavid Crocker
2021-11-22Fixed a problem with the WiFi code when using the PDCDavid Crocker
2021-11-09Annotations for static analysisDavid Crocker
2021-11-04Recognise "ocsp" as well as "/ocsp" filename requestsDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
2021-10-31Fixes for static analysisDavid Crocker
2021-10-31Added explicit constructor callsDavid Crocker
2021-10-06Bug fix to M540 on Duet 3 and 3 MiniDavid Crocker
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-08-25Fall back to /sys if wifi firmware not found in /firmwareDavid Crocker
2021-08-24Avoid WiFi SPI timeout messages when writing to ESP flash memoryDavid Crocker
2021-08-11Minor changeDavid Crocker
2021-07-24Finished converting time units to step clocks, pending testingDavid Crocker
2021-06-09Added missing 'override' specifiersDavid Crocker