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
path: root/src/libc
AgeCommit message (Collapse)Author
2021-03-29Use aligned allocation of DMA buffers for optimum canch invalidationDavid Crocker
2020-10-24Fixed various reasons for crashing when booting or upgrading firmwareDavid Crocker
2020-04-27VariousDavid Crocker
Use new NumericConverter, StrToInt32 and StrToUint32 functions in RRFLibraries Added DueXn i2C transaction counter Replaced strptime by SafeStrptime
2020-01-12Got nano-mallocr working to save more RAMDavid Crocker
2020-01-11More work on object modelDavid Crocker
Added Move.CalibratonDeviation and Move.MeshDeviation Added 'result' constant Use malloc from newlib-nano to save RAM
2020-01-10Added changes for LPC build (thanks sdavi)David Crocker
Also added a cut-down version if strptime to save RAM
2019-12-24Fixes to exception support for Duet 3David Crocker