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
path: root/src/Comms
AgeCommit message (Collapse)Author
2021-11-13Fixed Print::write overloaded and hidden functions messDavid Crocker
2021-11-09Annotations for static analysisDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-04Added file length check to PanelDue firmware updaterDavid 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-06-29Refactored swap-and-delete operationsDavid Crocker
2021-06-29In PanelDueUpdater make sure we delete all objects we createdDavid Crocker
2021-06-09Added missing 'override' specifiersDavid Crocker
2021-06-02Corrected initialisation of Aux1 on Duet 3 MB6HCDavid 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-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-15Use stack for filename instead of allocting it permanentlyManuel Coenen
2021-02-15Add M997 P parameter to specify firmware binary to useManuel Coenen
2021-02-14Firmware files are now stored in 0:/firmwareDavid Crocker
2021-01-26Convert PCCB to CoreN2GManuel Coenen
2021-01-22Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-01-22Fix PanelDue flashing not possible on Duet 3 Mini 5+ when in SBC modeManuel Coenen
2021-01-20Remove no longer required differences between SAME70 and SAM4xManuel Coenen
Rename bossa/Flash to bossa/BossaFlash to avoid filename collision with Flash in CoreN2G
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2021-01-19Start converting Duet3 build to CoreN2G (not compiling yet)Manuel Coenen
2020-12-14Various fixesDavid Crocker
Fixed diagnostic print of queued GCode items Fixed PCB build of FirmwareUploader Fixed Duet 3 and 3 Mini builds of ObjectModel
2020-12-13JSON encoding is now done by vuprintfDavid Crocker
2020-12-11Renamed Uart to AsyncSerial to avoid name clashDavid Crocker
2020-12-07Minor improvements to new HTTP CORS codeDavid Crocker
Also moved the FirmwareUpdate class out of the Network folder
2020-12-07Further improvements to inital erase-and-resetManuel Coenen
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-03Added aux port diagnostics, and fix for M669 K5David Crocker
2020-12-02Fixed compile error in PCCB buildDavid Crocker
2020-12-01Fix intermediate messages not appearing on DSF setupsManuel Coenen
Prevent any message being sent to PanelDue while flashing is in progress Add Progress updates on writing and verifying in 20% increments
2020-12-01Add noexcept/THROWS() everywhereManuel Coenen
Improve error messages Remove unused code blocks
2020-12-01Fixed compile error for Duet 3 Mini build configurationsDavid Crocker
2020-11-30Reworked use of optimisation attributesDavid Crocker
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-25Reduced max length of M569 messages to avoid reply overflowDavid Crocker
2020-09-04Refactored aux port support to handle multiple aux portsDavid Crocker
Also stop analog input task on SAME5x build when preparing to load IAP