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-12-21Recognise DueX v0.11 boards and adjust default thermistor series RDavid Crocker
2021-10-31Annotations for static analysisDavid Crocker
2021-10-31Replaced ecv.h by ecv_duet3d.h with standard undefs for C++David Crocker
Also other minor changes to facilitate static analysis
2021-09-19Got rid of type alias UARTClassDavid Crocker
2021-08-07Added _firmware_end to linker scriptsDavid Crocker
2021-03-22Replaced SetPullup calls by EnablePullup and DisablePullupDavid Crocker
Also added ATX_POWER_INVERTED
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