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
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2018-04-04 01:32:18 +0300
committerDavid Crocker <dcrocker@eschertech.com>2018-04-04 01:32:18 +0300
commit46d4d32b2fcdc11d65e314c6e37dfb67513b6380 (patch)
tree30f487f4de322e9aefc8c5ef7dafdb3818490191 /src/RTOS work pending.txt
parent8f3f4431bc6db2405e82883323c64d80d07cdd87 (diff)
Yet more RTOS work
Added malloc lock/unlock functions to avoid crash in sprintf etc. Allow jerk values down to 0.1mm/sec Add missing call to HttpResponder::CheckSessions() Added mutex around the access to HttpResponder::gcodeReply Warn if M500 used without M502 in config.g M114 now sends user coordinates first Condensed memory diagnostics a little Embed OutputStack objects instead of creating them dynamically
Diffstat (limited to 'src/RTOS work pending.txt')
-rw-r--r--src/RTOS work pending.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RTOS work pending.txt b/src/RTOS work pending.txt
index 18529205..ed8a5eae 100644
--- a/src/RTOS work pending.txt
+++ b/src/RTOS work pending.txt
@@ -29,9 +29,9 @@ Bugs
[done] IAP fails to update firmware
M122 output is too big for the available buffers, unless the Network task reads the output fast enough
-[probably related to above] Duet WiFi gets into a state in which it returns empty JSON messages after sending M122. Output buffer starvation?
+[probably related to above] Duet WiFi gets into a state in which it returns empty JSON messages after sending M122 from DWC. Output buffer starvation?
[done] Disconnects when getting file info forCandyBowlx8comments.gcode when running RTOS build
-File upload speed is a little lower when using RTOS - may be fixed when network is a separate task
+[seems better now] File upload speed is a little lower when using RTOS - may be fixed when network is a separate task
[seems ok now, was probably main stack overslow] Report that Pause works, but then hangs