From fbd2c61f4096b4dfcd02eaca57bc8b3e607820db Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 11 Dec 2015 15:20:08 +0200 Subject: [PATCH] Update docs with "upload_flags" --- docs/projectconf.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 4783657c..abf14071 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -215,6 +215,12 @@ A protocol that "uploader" tool uses to talk to the board. A connection speed (`baud rate `_) which "uploader" tool uses when sending firmware to board. +``upload_flags`` +^^^^^^^^^^^^^^^^ + +Extra flags for uploader. Will be added to the end of uploader command. If you +need to override uploader command or base flags please use :ref:`projectconf_extra_script`. + .. _projectconf_build_flags: ``build_flags``