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
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
Also other minor changes to facilitate static analysis
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
2021-05-13Removed double use of C parameter in M589David Crocker
We now use parameter L to set the clock value because C clashed with channel number
2021-04-29Added JSON formnat option to M587, but this is pending reviewDavid Crocker
2021-04-09Added seqs.volChanges[] to object mode to record file creation etc.David 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
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
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
Note: PinTable still empty
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-15Added extra software reset data, added CRC speed testDavid Crocker
2020-12-11Renamed Uart to AsyncSerial to avoid name clashDavid Crocker
2020-12-07Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-12-07Minor improvements to new HTTP CORS codeDavid Crocker
Also moved the FirmwareUpdate class out of the Network folder
2020-12-07Bug fixes for the new M586 C-parameterChristian Hammacher
2020-12-07Merge branch 'v3-chrishamm' into v3.02-devDavid Crocker
2020-12-07Merge remote-tracking branch 'origin/v3-wilriker' into v3.02-devDavid Crocker
2020-12-07Tidied up return codes from GetFileInfoDavid Crocker
2020-12-07Fixes for call to conn_accept with null PCBDavid Crocker
2020-12-07Fix PanelDue not resetting at the end of flashingManuel Coenen
Improve PanelDue resetting at the start of flashing (still not solved) Reduce flash memory usage by encapsulating debug statements in #if Fix FirmwareUpdate prerequisites failing to detect problems on Duet2+SBC and Duet 3 Mini 5+
2020-12-04More work towards v3.2.0Christian Hammacher
Added support for M586 C-parameter (set CORS site) Network M-codes are now sent to DSF
2020-11-30Implement flashing PanelDue v3 from Duet mainboards (#451)Manuel
* Implement flashing PanelDue v3 from Duet mainboards This uses the required code extracted from BOSSA * Remove unsused blocks with #if 0 ... #endif Initialize PanelDueUpdater on first use Simplify excpetion handling in PanelDueUpdater Undo some changes made to bossa code to keep it closer to original (except for removed parts)
2020-11-13Added WiFi connection mode to diagnosticsDavid Crocker
2020-10-29Extended logging (#446)Manuel
* Extend log levels from only 0 and 1 to 0 to 3 Add log level to the object model as state.logLevel Use the two top bits in MessageType to represent log levels Add L parameter to M118 to have the message logged at the given level Add logging for G10, M291, M292 Add current version to start of logging Make all non-flagged messages being part of log level DEBUG * Apply requested changes * Fix compiler error
2020-10-14Changes for new RTOS interface in RRFLibrariesDavid 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
In Duet 2 SBC build, disable the WiFi module
2020-09-15Bug fixes for PanelDue in SBC modeChristian Hammacher
Bug fix: M291 S3/4 could block the whole Aux channel in SBC mode Bug fix: When prompts were cancelled, no event was sent back to the SBC
2020-09-11Minor bug fixDavid Crocker
Also changed M122 report of task stack words left from bytes to dwords Also increased size of network task stack
2020-09-10Corrected DHCP timerDavid Crocker
2020-09-07Reworked Spindle code + network bug fixDavid Crocker
Spindle RPMs are now integers not floats Spindles now have PWM, on/off and reverse/forward ports Spindle PWM frequency parameter is now Q not F A minimum RPM can now be specified as well as a maximum RPM Call InitStatic functions of network responder classes in Network::Init so that calls to the responder Disable functions can be made
2020-08-17Networking and SBC buffers are now allocated dynamicallyDavid Crocker
Also we don't activate the network when using SBC, to save memory