First implementation of the read and open functions
Write is not implemented yet
This commit is contained in:
2023-11-09 16:39:08 +01:00
parent fed829b03c
commit a1f7b0ad33
2 changed files with 79 additions and 1 deletions

View File

@@ -9,6 +9,11 @@
#define LOGGER_LEVEL_ALL
#include <tftp_server.h>
#include "log.h"
#include "llfs.h"
#include "stdlib.h"
#include "string.h"
#define TFTP_READ 0
extern struct tftp_context tftpContext_s;