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-13Multicast bug fixesDavid Crocker
2022-05-16Use faster checksum algorithm in LwipDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
Also other minor changes to facilitate static analysis
2021-10-31Fixes for static analysisDavid Crocker
2021-01-09Fixes for gcc version 10David Crocker
Also fixed shadow definitions
2020-12-16Fixed build errors and warningsDavid Crocker
2020-12-16Changes to allow RAM to be cachedDavid Crocker
SD card accesses are slow at present because all transfers are going through the sector buffers
2020-12-07Fixes for call to conn_accept with null PCBDavid Crocker
2020-07-10Changed Duet 3 Mini build to use CoreN2GDavid Crocker
2020-06-14Changes for 5LCDavid Crocker
2020-06-11Changes for 5LCDavid Crocker
2020-04-21Fixed to fan handling, more noexceptDavid Crocker
Fixed fan handling so that blip time doesn't get randomly extended Added missing noexcept specifiers, including to C functions because doing so eliminates exception table entries for client C++ functions
2020-03-08Bug fixes and refactoringDavid Crocker
Tightened up JSON path parsing Used NamedEnum for GCodeChannel and Compatibility Added a check for bad channel numbers received from SBC Fixed bugs in M220 Increased max number of MDNS services form 1 to 4 Added noexcept specifiers to functions in DataTransfer class
2020-02-27Updated Lwip in Duet 3 build from 2.0.3 to 2.1.2David Crocker
2019-12-10Added more noexcept specifiersDavid Crocker
2019-12-02Ethernet and other fixesDavid Crocker
Fixed data corruption during file uploads. We now use a separate task to read data from the GMAC. Bug fix for M574 S0 Bug fix for software reset data report wheh no module was spinning
2019-10-26Minor improvementsDavid Crocker
2019-10-26Cached memory and Lwip networking changesDavid Crocker
Put CAN, GMAC and some DMA buffers in new .ram_nocache memory section (needs new linker script in CoreNG) Added option to use separate Ethernet GMAC task (not working yet, so disabled - see LWIP_GMAC_TASK in compiler settings) Added code to set up non-cached memory usnig MPU (not working yet, so disabled)
2018-09-21Fixes for Duet 3David Crocker
2018-02-10Towards 1.21RC2 againDavid Crocker
Recognise Ideamaker filament usage comments Unified network interface for all generation 2+ Duets