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-01-19Fix remaining linker issuesManuel Coenen
2021-01-19Fix more linker issues (still not done)Manuel 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
2021-01-14VariousDavid Crocker
2021-01-13Added support for CAN time sync message Tx delay on SAME70David Crocker
2021-01-09Fixes for gcc version 10David Crocker
2021-01-05Implemented deleting local and remote sensors by using "nil" port nameDavid Crocker
2020-12-28Partially implemented M954David Crocker
2020-12-27Added SUPPORT_REMOTE_COMMANDSDavid 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-19Don't disable task scheduling when reading NVMDavid Crocker
2020-12-19Disable task switching while cache is disabledDavid Crocker
2020-12-17Added assertion mechanism and a extra cache flush callDavid Crocker
2020-12-16Changes to allow RAM to be cachedDavid Crocker
2020-12-16Disable cache while writing data to user signatureDavid Crocker
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-08Changed flash_write_user_signature to avoid using a static 512b bufferDavid Crocker
2020-12-08Replaced ASF flash service by new Flash module in CoreNGDavid Crocker
2020-12-05Mutex & BinarySemaphore now derive from the underlying FreeRTOS structsDavid Crocker
2020-11-30Allow port names of the form "0.xxx" on Duet 2David Crocker
2020-11-22Fixed use of RSWDT in SAME70 buildsDavid Crocker
2020-11-12Avoid a possible unaligned 32-bit memory readDavid Crocker
2020-11-09Fixed crash when using M591 command with no quoted string after 'C'David Crocker
2020-11-06Added memcpyf and memcpyi32, renamed memcpy32 to memcpyu32David Crocker
2020-11-04Fixed issues with incorrect reporting of pausing/resuming statesDavid Crocker
2020-11-02VariousDavid Crocker
2020-10-23Use new syscalls.h in CoreNG/CoreN2GDavid Crocker
2020-10-22Renames supports12864; release pin when a IoPort is destroyedDavid Crocker
2020-10-19Minor refactoring to bring IoPorts into line with expansion board f/wDavid Crocker
2020-10-18Added out-of-memory handler for new CoreNGDavid Crocker
2020-10-01Preparations to enable CAN in Duet 3 Mini v0.4 build confugrationsDavid 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-07Disable GMAC transmit and receive when shutting down EthernetDavid Crocker
2020-09-07Fixes, mostly for software resetsDavid Crocker
2020-09-05Fixed bug with terminating the analog taskDavid Crocker
2020-09-05Improved the software reset data amd fixed displayed last reset timeDavid Crocker
2020-09-04Refactored aux port support to handle multiple aux portsDavid Crocker
2020-08-28VariousDavid Crocker
2020-08-23Partial refactoring of the interface between CanInterface and CanDriverDavid Crocker
2020-08-21Started adding CAN support to Duet 3 Mini buildDavid Crocker
2020-08-04Removed double precision sqrt call from G2/G3 codeDavid Crocker
2020-08-02Changes for latest CoreN2GDavid Crocker
2020-07-28Changes for latest CoreNGDavid Crocker
2020-07-28Fixes for latest CoreN2GDavid Crocker