zephyr/subsys/net/lib/tftp
Jun Qing Zou 755f0b7d27 net: tftp: Add client context
Use client context to seperate buffer usage.
Use new `TFTP_EVT_DATA` event to send data to application.
Use new `TFTP_EVT_ERROR` event to report error to application.
Update `tftp_get()` and `tftp_put()` API to use the client context.

Signed-off-by: Jun Qing Zou <jun.qing.zou@nordicsemi.no>
2023-02-28 10:29:30 +01:00
..
CMakeLists.txt net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00
Kconfig everywhere: fix typos 2022-03-18 13:24:08 -04:00
tftp_client.c net: tftp: Add client context 2023-02-28 10:29:30 +01:00
tftp_client.h net: tftp: Add client context 2023-02-28 10:29:30 +01:00