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-07-29Further 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
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