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 (Collapse)Author
2021-03-19RefactoringDavid Crocker
Moved accelerometer functions from GCodes3.cpp to Accelerometers.cpp GCodeResult.h and MessageTypes.h are now #included in RepRapFirmware.h
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
Add SAM4S hardware directory (just a copy of SAM4E for now) Move contents of AppUrgentInit() into AppInit()
2021-01-22Fix all compiler and linker errors for SAM4E+CoreN2GManuel Coenen
Note: PinTable still empty
2021-01-22Fix stepper drivers not enabling and Ethernet not initilizedManuel Coenen
2021-01-21Fix Serial1 pin assignmentsManuel Coenen
Add more pin usage comments Move pin definitions from Devices.cpp to Pins_Duet3_V06.h
2021-01-20Remove no longer required differences between SAME70 and SAM4xManuel Coenen
Rename bossa/Flash to bossa/BossaFlash to avoid filename collision with Flash in CoreN2G
2021-01-20Fix TMC51xx Miso/Mosi/Sclk pin modesManuel Coenen
Remove CanDriver as no longer required Clean-up PinTable
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
Remove debug options accidentally added to last commit
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
Disable CAN FIFO overwrite mode on SAME70 Remove delays from CanClockLoop that are no longer needed Overlap next step calculation with step high time when slow drivers are used Combined CalcNextStepTimeCartesian and CalcNextStepTimeDelta Added NOPs to lengthen the last step pulse in a move on the SAME70
2021-01-13Added support for CAN time sync message Tx delay on SAME70David Crocker
2021-01-09Fixes for gcc version 10David Crocker
Also fixed shadow definitions
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
Also allow temperatures below -5C to be read by low-resistance thermistors
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
Disabling task scheculting when reading NVM caused an assertion failure when NVM was read in the exceptoin handler
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
SD card accesses are slow at present because all transfers are going through the sector buffers
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