[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 48945a: Make the target device
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 48945a: Make the target device leave DFU mode after upload... |
Date: |
Mon, 23 May 2016 15:21:24 -0700 |
Branch: refs/heads/master
Home: https://github.com/paparazzi/paparazzi
Commit: 48945a5c93a48883099921dbda0ee9511003787c
https://github.com/paparazzi/paparazzi/commit/48945a5c93a48883099921dbda0ee9511003787c
Author: Piotr Esden-Tempski <address@hidden>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M conf/Makefile.stm32-upload
Log Message:
-----------
Make the target device leave DFU mode after upload. (#1683)
* Make the target device leave DFU mode after upload.
* Make DfuSe leave optional.
In some cases it is not desired to reboot into the payload after
firmware upload. For those cases you can set DFU_LEAVE=0 and it will
prevent the special DfuSe '''leave''' command to be issued. (this does
not apply to devices that pull the boot0 pin high forever. After the
'''leave''' the device will reboot and check the boot0 pin again. If the
boot0 pin is asserted high during reboot the device will go back to the
bootlader)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 48945a: Make the target device leave DFU mode after upload...,
GitHub <=