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
2021-11-22Fixed a problem with the WiFi code when using the PDCDavid Crocker
2021-11-09Annotations for static analysisDavid Crocker
2021-10-31Added explicit constructor callsDavid 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-06-09Added missing 'override' specifiersDavid Crocker
2021-05-13Removed double use of C parameter in M589David Crocker
2021-04-29Added JSON formnat option to M587, but this is pending reviewDavid Crocker
2021-04-06Corrected cache invalidate call in WiFi interface (thanks, Andy)David Crocker
2021-03-29Use aligned allocation of DMA buffers for optimum canch invalidationDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-05Fixed some Eclipse warningsDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
2021-01-09Fixes for gcc version 10David Crocker
2020-12-11Renamed Uart to AsyncSerial to avoid name clashDavid Crocker
2020-12-07Bug fixes for the new M586 C-parameterChristian Hammacher
2020-11-13Added WiFi connection mode to diagnosticsDavid Crocker
2020-09-25Configure the UART pins only when they are used for a UARTDavid Crocker
2020-09-24Changes for new CoreN2G and to support v0.4 Duet 3 Mini prototypeDavid Crocker
2020-09-18Changes in preparation for Duet 3 Mini v0.4 build configurationDavid Crocker
2020-09-15Final (I hope!) changes for 3.2beta1David Crocker
2020-09-15Bug fixes for PanelDue in SBC modeChristian Hammacher
2020-08-17Networking and SBC buffers are now allocated dynamicallyDavid Crocker
2020-07-27Moved cache and base priority functions to CoreNG and CoreN2GDavid Crocker
2020-07-24VariousDavid Crocker
2020-07-20Fix (I hope) for strange network task crashes on Duet 3 Mini WiFiDavid Crocker
2020-07-18Fixes for cache on Duet MiniDavid Crocker
2020-07-18WiFi interface improvementsDavid Crocker
2020-07-16Invalidate cache after DMA receive on Duet 3 MiniDavid Crocker
2020-07-09Rearranged/renamed DmacManager files in preparation for using CoreN2GDavid Crocker
2020-07-08Added support for dummy uploads, also use SDHC DMA on 5LCDavid Crocker
2020-06-29Refactored DMA priority namesDavid Crocker
2020-06-28UARTs on 5LC now use separate Tx and Rx interrupt prioritiesDavid Crocker
2020-06-27Enabled SBC interface for 5LCDavid Crocker
2020-06-26Improved SD card write speedDavid Crocker
2020-06-26Improvements for 5LCDavid Crocker
2020-06-26Fixes for 5LC WiFiDavid Crocker
2020-06-26Fixes for 5LC wifi SPIDavid Crocker
2020-06-25Fixes for 5LCDavid Crocker
2020-06-25Fixes for 5LCDavid Crocker
2020-06-245LC wifi support finished but untestedDavid Crocker
2020-06-24Started work on 5LC WiFiDavid Crocker
2020-06-15Inverted return value of TaskBase::Take to be the same as Mutex::TakeDavid Crocker
2020-05-28More changes to support 5LC build configurationDavid Crocker
2020-04-07Increment move.seq when speed or extrusion factor is changedDavid Crocker
2020-03-10Implemented OM fields network.interfaces[].state and seqs.networkDavid Crocker
2020-01-30Bug fixesDavid Crocker
2020-01-26Refactored MAC address codeDavid Crocker