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: [email protected] With regards, Apache Git Services
