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
2020-12-15Added extra software reset data, added CRC speed testDavid Crocker
2020-09-10Corrected DHCP timerDavid Crocker
2020-06-23Renamed gmac.cpp,.h to GmacInterface.cpp,.hDavid Crocker
Also added extra #includes needed to work with latest CoreNG
2020-06-23Reorganised the location of Ethernet files in Hardware foldersDavid Crocker
2020-06-19Changes for 5LCDavid Crocker
2020-06-16Moved SAME70 GMAC files to Hardware/SAME70David Crocker
2020-06-16Moved ksz8081rna driver to this project from CoreNGDavid Crocker
2020-01-04Networking and conditional GCode changesDavid Crocker
Removed LWIP_GMAC_TASK definition. We now always use a separate task for the GMAC. Added loop counter constant 'iterations' Fixed some expressoin evaluation bugs
2019-12-10Added more noexcept specifiersDavid Crocker
2019-12-09Support loading IAP in RAMDavid Crocker
Support loading IAP in RAM instead of flash, to make more flash memory available for the main firmware
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-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)
2019-09-12Added -Wundef to compiler optionsDavid Crocker
2019-03-10Fixes for Duet 3David Crocker
Fixed Duet 3 v0.5 Ethernet Fixed TMC driver SPI Needs new CoreNG based on ASF 3.45.0
2018-10-17Version 2.02RC3 provisionalDavid Crocker
More refactoring of IP addresses in network code
2018-09-07Version 2.02RC22.02RC2David Crocker
Open load status bits are now cleared if the step rate is too low Made ST7920 driver more efficient and increased SPI clock speed Separated Duet3 and SAME70XPLD configurations