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-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
2021-01-30Fixed missing EXINT interrupt priority initialisationDavid Crocker
2021-01-26Convert PCCB to CoreN2GManuel Coenen
2021-01-26Convert Maestro build to CoreN2GManuel Coenen
2021-01-26Enable pullups for all non-clock HSMCI pinsManuel Coenen
2021-01-26Fix Duet2_SBC configurationManuel Coenen
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
2021-01-22Fix stepper drivers not enabling and Ethernet not initilizedManuel Coenen
2021-01-21Fix Serial1 pin assignmentsManuel Coenen
2021-01-20Remove no longer required differences between SAME70 and SAM4xManuel Coenen
2021-01-20Fix TMC51xx Miso/Mosi/Sclk pin modesManuel Coenen
2021-01-20Initialize AnalogIn and AnalogOutManuel Coenen
2021-01-20Clean-up remaining #if SAME5x instancesManuel Coenen
2021-01-20Partway through cleaning up #if SAME5x crazynessManuel Coenen
2021-01-20Fixed call to DeviceInitDavid Crocker
2021-01-19Fixed SAME70 USB interfaceDavid Crocker
2021-01-19Rename linker scriptManuel Coenen
2021-01-19Restore compilability for SAM4E/4S buildsManuel Coenen