You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/11/07 13:51:54 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2088: hw/mcu/fe310: Add fast reboot path

kasjer opened a new pull request #2088: hw/mcu/fe310: Add fast reboot path
URL: https://github.com/apache/mynewt-core/pull/2088
 
 
   hal_reset_handler() for fe310 can now act in two ways
   - (default) it will jump to the beginning of flash starting
     from bootloader _reset_handler.
   - when HAL_SYSTEM_RESET_FULL is 0 hal_reset_handler will just
     jump to application _reset_handler.
     This functionality can be useful when .bssnz section is used,
     in this case bootloader will not overwrite it with it's own
     data.

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


With regards,
Apache Git Services