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
2022-08-02Fixed allocation of NVM buffer during software resetDavid Crocker
2022-08-01Don't disable cache when reading NVram (uses updated CoreN2G)David Crocker
2022-07-14Fixes to multicastDavid Crocker
2022-05-29Set high drive strength on shared SPI SCLK sand MOSI pinsDavid Crocker
2022-05-18Added build configuration for FMDC v0.3David Crocker
2022-05-03Increase number of output buffers in Duet 2 builds, version 3.4.1rc13.4.1rc1David Crocker
2022-04-29Got SDHC working in FMDC buildDavid Crocker
2022-04-27FMDC board: made corrections + temporarily disabled SDHCDavid Crocker
2022-04-26FMDC build now uses SAMD51N19A, also added FMDC_Debug buildDavid Crocker
2022-04-26Renamed Duet3_Mini4 to FMDCDavid Crocker
2022-03-07Corrections for Mini4 boardDavid Crocker
2022-02-07Various changes for 3.4.rc1David Crocker
2022-01-22Fixes for MB6XDDavid Crocker
2022-01-10Simplified build configuration files and added Duet3_MB6XDDavid Crocker
2022-01-05Corrected a commentDavid Crocker
2021-12-21Recognise DueX v0.11 boards and adjust default thermistor series RDavid Crocker
2021-12-19Removed function hiding + other minor changes for eCvDavid Crocker
2021-11-04Static analysis fixesDavid Crocker
2021-11-04Added GetStackPointer function to CoreN2GDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
2021-10-31Fixes for static analysisDavid Crocker
2021-10-15Added fan PWM frequency to object modelDavid Crocker
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-09-07Added missing include file following change to RRFLibrariesDavid Crocker
2021-08-26PS_ON pin can now be configuredDavid Crocker
2021-08-22Added check on brake port board numberDavid Crocker
2021-08-07Added _firmware_end to linker scriptsDavid Crocker
2021-07-31Further improvementsChristian Hammacher
2021-07-11Increased size of Ethernet task stack because one user had overflowDavid Crocker
2021-07-02Refactored SPI driver, added delay after CS for accelerometersDavid Crocker
2021-06-16Updated from 3.3 stable and corrected reporting of heater port namesDavid Crocker
2021-06-02Corrected initialisation of Aux1 on Duet 3 MB6HCDavid Crocker
2021-05-26Corrected some exception specifications (thanks Andy)David Crocker
2021-05-23Bug fix to crash handler (still 3.3RC3 candidate)David Crocker
2021-04-14Switched to new SAME5x AnalogIn non-DMA interfaceDavid Crocker
2021-04-06Added cache flush calls to SAME5x GMAC interfaceDavid Crocker
2021-04-02Use new interrupt enable/disable functions in CoreN2GDavid Crocker
2021-03-25Added support for local accelerometers, not tested yetDavid Crocker
2021-03-22Replaced SetPullup calls by EnablePullup and DisablePullupDavid Crocker
2021-03-19RefactoringDavid Crocker
2021-03-04Created Platform and PrintMonitor folders within /srcDavid Crocker
2021-02-14Added a missing 'const'David Crocker
2021-02-10Fixed issue with writing to external SD card on Duet 3 MiniDavid Crocker
2021-02-10Ported DueX I2C fixes from release 3.2.2David Crocker
2021-02-05Enabled remote commands on Duet 3 MB6HCDavid Crocker
2021-02-02Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen
2021-02-02Increaased max length of a pin name string from 50 to 100 charactersDavid Crocker
2021-02-02Minor improvementsDavid Crocker
2021-02-01Merge remote-tracking branch 'origin/3.3-dev' into wil-convert-same70-to-coren2gManuel Coenen