ccollins476ad opened a new pull request #914: boot_serial - Allow UART string 
for serial mode.
URL: https://github.com/apache/mynewt-core/pull/914
 
 
   *Note: This feature was requested by a user.  If we are unsure if this 
feature belongs in the boot loader in its current state, I am happy to just 
point him to this branch in the meantime.  Also, maybe this should be filed 
against MCUboot instead?*
    
   If enabled, the serial boot loader listens on the UART for a string for a 
configurable amount of time.  If the string is detected, the boot loader enters 
serial mode.  If the string is not detected when the timeout expires, the boot 
loader proceeds in normal (non-serial) mode.
   
   This feature is intended for setups that lack a suitable pin to use for 
enabling serial mode (either the pins are inaccessible or inconvenient to use).
   
   Enabling this feature added 248 bytes to the boot loader binary when built 
on the nRF52dk with the default string setting ("nmgr").

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to