From: Jérémie D. <Ba...@us...> - 2010-02-20 18:13:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 2cfb7162690b09e27ef50cd5b8da74b83b98a4ce (commit) from 51956ee3c6f426691e6be27179a4b06f37cd7a5e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2cfb7162690b09e27ef50cd5b8da74b83b98a4ce Author: Jérémie Dimino <je...@di...> Date: Sat Feb 20 19:13:18 2010 +0100 [send-firmware] reset the device after flashing it ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/card_tools/send_firmware.ml b/PC_Mainboard/card_tools/send_firmware.ml index 1dedd01..443036a 100644 --- a/PC_Mainboard/card_tools/send_firmware.ml +++ b/PC_Mainboard/card_tools/send_firmware.ml @@ -41,6 +41,7 @@ let do_flash force filename = lwt () = printf "Flash erased\n" in lwt () = Bootloader.write_flash k ~address memory address length in lwt () = printf "Flashing completed\n" in + lwt () = Bootloader.close k in return () let _ = hooks/post-receive -- krobot |