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-08-30Changed some variable names in WiFiInterface3.4.2rc3David Crocker
2022-08-30Increase timeouts for 8266 rtos-based firmwarerechrtb
2022-08-08Fixed build errors in some configurationsDavid Crocker
2022-08-08SBC SPI interface now uses transfer complete interruptDavid Crocker
2022-08-08Temporarily increase wifi task priority when receiving dataDavid Crocker
2022-08-07Duet3 Mini WiFi interface now uses end-of-transfer interruptDavid Crocker
2022-08-07Minor change to WiFi diagnosticsDavid Crocker
2022-08-06Fixed bug causing jerky uploads on Duet 3 and 3 Mini EthernetDavid Crocker
2022-08-04Added missing const qualifiersDavid Crocker
2022-08-04Minor improvements to LWIP config and associated codeDavid Crocker
2022-08-01Changes to multicast discovery information returnedDavid Crocker
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-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-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
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-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-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
Also made Platform::GetWebDir() etc. static functions
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
Added support for num_layers detection to fileinfo requests numLayers is reported again as part of fileinfo responses and set by SBC Bug fix: rr_thumbnail could hang up the network task when invalid parameters were passed
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