-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule grbl
updated
14 files
+2 −2 | README.md | |
+29 −1 | changelog.md | |
+5 −3 | core_handlers.h | |
+29 −1 | driver_opts.h | |
+5 −3 | errors.h | |
+10 −5 | plugins_init.h | |
+5 −1 | protocol.c | |
+3 −2 | settings.c | |
+2 −1 | settings.h | |
+0 −5 | stream.c | |
+3 −1 | system.c | |
+30 −9 | tool_change.c | |
+8 −1 | vfs.c | |
+5 −1 | vfs.h |
Submodule networking
updated
23 files
+1 −4 | base64.h | |
+0 −7 | fs_ram.c | |
+3 −10 | fs_stream.c | |
+10 −12 | ftpd.c | |
+6 −6 | http_upload.c | |
+6 −9 | http_upload.h | |
+15 −5 | httpd.c | |
+4 −15 | modbus/client.c | |
+7 −14 | modbus/client.h | |
+5 −9 | modbus/tcp.h | |
+0 −4 | mqtt.c | |
+1 −4 | mqtt.h | |
+1 −1 | networking.c | |
+0 −4 | networking.h | |
+0 −4 | sfifo.h | |
+2 −4 | ssdp.h | |
+0 −4 | telnetd.c | |
+1 −4 | telnetd.h | |
+1 −4 | utils.h | |
+1 −5 | webdav.h | |
+34 −3 | websocketd.c | |
+1 −4 | websocketd.h | |
+5 −8 | wiznet/enet.h |
Submodule sdcard
updated
11 files
+11 −11 | fs_fatfs.c | |
+4 −4 | fs_fatfs.h | |
+39 −23 | fs_littlefs.c | |
+4 −4 | fs_littlefs.h | |
+787 −0 | fs_stream.c | |
+23 −4 | fs_stream.h | |
+8 −9 | macros.c | |
+6 −9 | macros.h | |
+30 −691 | sdcard.c | |
+14 −27 | sdcard.h | |
+1 −6 | ymodem.c |
Submodule webui
updated
18 files
+6 −6 | args.c | |
+5 −8 | args.h | |
+8 −8 | commands_v2.c | |
+5 −8 | commands_v2.h | |
+9 −4 | commands_v3.c | |
+5 −8 | commands_v3.h | |
+7 −11 | flashfs.c | |
+6 −9 | flashfs.h | |
+5 −9 | fs_embedded.c | |
+4 −4 | fs_embedded.h | |
+14 −7 | fs_handlers.c | |
+29 −1 | fs_handlers.h | |
+3 −3 | login.c | |
+7 −9 | login.h | |
+8 −12 | sdfs.c | |
+6 −9 | sdfs.h | |
+22 −15 | server.c | |
+5 −8 | webui.h |