summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/libtftpfs.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not use coverage for librtemstestSebastian Huber2023-11-031-2/+4
| | | | | The goal is to get code and branch coverage from actual tests and not the test support itself.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-211-1/+2
| | | | | | | | | | | | | | | | | | | | | 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.
* cpukit: Move ftpfs from libnetworking to libfsVijay Kumar Banerjee2021-04-071-1/+1
| | | | Update #3850
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+20
Update #3818.