Kconfig 397 B

12345678910111213141516
  1. config ESP_SERIAL_FLASHER
  2. bool "Enable ESP serial flasher library"
  3. default y
  4. select CONSOLE_SUBSYS
  5. help
  6. Select this option to enable the ESP serial flasher library.
  7. config ESP_SERIAL_FLASHER_UART_BUFSIZE
  8. int "ESP Serial Flasher UART buffer size"
  9. default 512
  10. help
  11. Buffer size for UART TX and RX packets
  12. if ESP_SERIAL_FLASHER
  13. rsource "../Kconfig"
  14. endif