ambrop72 / aprinter

3D printer firmware written in C++
Other
143 stars 42 forks source link

Add support for STM32F411/STM32F411E Discovery. #25

Closed tetious closed 8 years ago

tetious commented 8 years ago

This has been lightly tested, in that it builds, flashes and I can connect and send commands. :)

As part of this, I updated to the most recent version of the firmware, as this board/chip is newish, and was unsupported in the version in your dropbox. I made a tweak to the downloading script so it grabs it directly from ST's website. They seem to keep old versions around indefinitely, so hopefully that will make sense to you.

ambrop72 commented 8 years ago

Hey, Thanks, this is great. I should be able to review and merge in a few days.

ambrop72 commented 8 years ago

Merged with some changes and the 3 Cube-update commits squashed.