summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libtftpfs.yml
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2022-06-01 16:31:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-21 09:32:11 +0200
commit679e7f109ab686255ca1e77f8b0cbb7812cf96e6 (patch)
tree41cdd6eaca9c5150f844725301dc3a0fc2a5d293 /spec/build/cpukit/libtftpfs.yml
parentTFTPFS: Cleanup: Remove spaces at lines ends (diff)
downloadrtems-679e7f109ab686255ca1e77f8b0cbb7812cf96e6.tar.bz2
TFTPFS: Implement block and window size options
The original file cpukit/libfs/src/ftpfs/tftpDriver.c is split into two: tftpfs.c - This file contains the code from tftpDriver.c related to file system operations such as mount(), open(), read(), and so on. tftpDriver.c - In the original file remains only the code related to networking. This code implements the Trivial File Transfer Protocol (TFTP). Moreover, the code is extended to support * RFC 2347 TFTP Option Extension * RFC 2348 TFTP Blocksize Option * RFC 7440 TFTP Windowsize Option Update #4666.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/libtftpfs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/build/cpukit/libtftpfs.yml b/spec/build/cpukit/libtftpfs.yml
index 90a0eabc80..6cf6b46ea8 100644
--- a/spec/build/cpukit/libtftpfs.yml
+++ b/spec/build/cpukit/libtftpfs.yml
@@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: library
cflags: []
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 2020, 2022 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
@@ -16,5 +16,6 @@ install-path: ${BSP_LIBDIR}
links: []
source:
- cpukit/libfs/src/ftpfs/tftpDriver.c
+- cpukit/libfs/src/ftpfs/tftpfs.c
target: tftpfs
type: build