mcauser / BLACK_F407VE

MicroPython board definition for the MCUDev Black STM32F407VET6 board
MIT License
122 stars 47 forks source link

Updated board profile to properly create firmware binaries. #3

Closed peddamat closed 6 years ago

peddamat commented 6 years ago

With this patch the firmware builds correctly, however you have to run "make" twice. I suspect that when running make against a virgin directory, the newer timestamps for the STM32_HAL repository, which is pulled after "make" has started, cause make to initially skip the build.

If I have time to figure out a fix, I'll submit a new pull request. For now I'm happy to have a working MicroPython binary.

Thanks again!

mcauser commented 6 years ago

The proposed changes look good, as per recent upstream commits:

mcauser commented 6 years ago

Thanks for the contribution!

mcauser commented 6 years ago

Also updated boards: