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-03-19Added accelerometer support, over CAN only at presentDavid Crocker
2021-03-09Tided up CAN Tx buffer allocationDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-03-02Use Tx FIFO for sending CAN motion messagesDavid Crocker
2021-03-02When cancelling a CAN transmission, record the ID of the cancelled msgDavid Crocker
2021-02-17Use stdext::inplace_function insteaed of std::functionDavid Crocker
2021-02-11Cosmetic changesDavid Crocker
2021-02-01Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-01-30CanInterface::WriteGpio no longer throws (for ATE)David Crocker
2021-01-29Fixes for ATEDavid Crocker
2021-01-25CanInterface fix for SAME70David Crocker
2021-01-21Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-01-20Bug fix to CanMotionDavid Crocker
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-19Got rid of warnings in CanInterface SAME70 buildDavid Crocker
2021-01-19Fix all compiler bugs (linker still unhappy)Manuel Coenen
2021-01-18Only send real time once a second in CAN time sync messagesDavid Crocker
2021-01-16Fixed compile error in Duet 3 Mini buildDavid Crocker
2021-01-15Poll the Tx event FIFO on the SAME5x instead of using the interruptDavid Crocker
2021-01-14VariousDavid Crocker
2021-01-13Added support for CAN time sync message Tx delay on SAME70David Crocker
2021-01-12Added CAN time sync compensation for transmit delayDavid Crocker
2021-01-11Measure clock sync transmitter delay and include it in messagesDavid Crocker
2021-01-10Use CAN time stamps to reduce clock sync jitterDavid Crocker
2021-01-04Fixes for ATE and expansion modeDavid Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-27Merge branch 'v3.02-dev' into 3.3-devDavid Crocker
2020-12-24Fixed bus off handling and other bugs in SAME70 CAN driver3.2RC2David Crocker
2020-12-23More changes to support ATEDavid Crocker
2020-12-22Started implementing EUT mode (doesn't compile yet)David Crocker
2020-12-22Started adding support for test modeDavid Crocker
2020-11-23Support M308 L999 and H999 on expansion boardsDavid Crocker
2020-11-23Minor changesDavid Crocker
2020-11-22Corrected and improved reported statistics in CAN diagnosticsDavid Crocker
2020-11-17Minor correction to CanInterfaceDavid Crocker
2020-11-16Changes for ATEDavid Crocker
2020-11-15Various changes for ATEDavid Crocker
2020-11-05Fixed issue with remote drivers not going down to idle currentDavid Crocker
2020-11-03Printing/not-printing status is now sent in the time sync messageDavid Crocker
2020-11-01Minor fixesDavid Crocker
2020-10-24Fixed various reasons for crashing when booting or upgrading firmwareDavid Crocker
2020-10-20Towards remote filament monitorsDavid Crocker
2020-10-18Fixed crash when trying to create a remote filament monitorDavid Crocker
2020-10-16Added version string for CoreN2GDavid Crocker
2020-10-14Got rid of resourceMutex, use a TaskCriticalSection locker insteadDavid Crocker
2020-10-14Added Shutdown method to CanInterfaceDavid Crocker
2020-10-13Minor improvements + PanelDue 3.2 fixDavid Crocker
2020-10-10Partial implementation of filament monitors on expansion boardsDavid Crocker
2020-10-03CAN now working on Duet 3 MiniDavid Crocker
2020-10-03Duet 3 Mini CAN fixes and improvementsDavid Crocker