FYI. Just in case where this could be helpful. On windows, I could not
build Apps for the stm32f7discovery board because of this simple problem:
Lines missing from the bsp.yml in
....\repos\apache-mynewt-core\hw\bsp\stm32f7discovery:
bsp.downloadscript.WINDOWS.OVERWRITE:
"hw/bsp/stm32f7discovery/stm32f7discovery_download.cmd"
bsp.debugscript.WINDOWS.OVERWRITE:
"hw/bsp/stm32f7discovery/stm32f7discovery_debug.cmd"
and the corresponding windows script files are missing from the same
directory:
stm32f7discovery_debug.cmd
stm32f7discovery_download.cmd
once these are added, the blinky example work out of the box
Regards
Abderrezak