Skip to content
  1. Mar 09, 2018
    • Sebastien Lorquet's avatar
      apps/netutils/tftpc: This commit modifies the TFTP client functions to use a... · 3211ab90
      Sebastien Lorquet authored
      apps/netutils/tftpc:  This commit modifies the TFTP client functions to use a data read/write callback instead of a file.This allows TFTP to write to arbitrary destination (in my case, a MTD device - for firmware update).  Two new functions are introduced for this, named tftpget_cb and tftpput_cb. They are just made of most of the existing code.  The previously existing tftpget/tftpput functions are now wrappers on the new ones, with callbacks that read/write from files, so my modifications are backwards compatible with existing applications, eg the associated nsh commands dont need to be changed.
      3211ab90
  2. Mar 01, 2018
  3. Feb 27, 2018
  4. Feb 26, 2018
  5. Feb 25, 2018
  6. Feb 24, 2018
  7. Feb 23, 2018
  8. Feb 22, 2018
  9. Feb 21, 2018
  10. Feb 20, 2018
  11. Feb 19, 2018
  12. Feb 18, 2018