Kconfig 244 B

12345678910
  1. menu "DFU support"
  2. config DFU_TFTP
  3. bool "DFU via TFTP"
  4. help
  5. This option allows performing update of DFU-managed medium with data
  6. sent via TFTP boot.
  7. Detailed description of this feature can be found at ./doc/README.dfutftp
  8. endmenu