Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for STM32F411CEU "Mini-F411" dev board #302

Merged
merged 7 commits into from Oct 12, 2019

Conversation

rleh
Copy link
Member

@rleh rleh commented Oct 9, 2019

STM32F411CEU "Mini-F411" Minimum System Development Board

Cheap and bread-board-friendly board for STM32 F4 series.
Sold for less than 5 USD on well known Internet shops from China.

Attention: There are two variants: F411 (with USB and DFU support)
and the cheaper Mini-F401 without USB support.

Schematic


Should I add support for the F401 variant too?

@salkinium
Copy link
Member

Should I add support for the F401 variant too?

Yes, and check how black pill vs blue pill does file deduplication.

@rleh
Copy link
Member Author

rleh commented Oct 9, 2019

Blue-Pill and Black-Pill do not deduplicate files :(

For the Mini-F401 I would use env.copy('../mini_f411/board.hpp') in the lbuild module file.

@salkinium
Copy link
Member

Blue-Pill and Black-Pill do not deduplicate files :(

Ooops, I confused them with the arduino_nano BSP. 🤦‍♂

For the Mini-F401 I would use env.copy('../mini_f411/board.hpp') in the lbuild module file.

Yes, that's all I wanted to see ;-P

@rleh
Copy link
Member Author

rleh commented Oct 9, 2019

grafik

The F401 is limited to 84MHz. I will use 84MHz both for F411 and F401.

src/modm/board/mini_f401/module.lb Outdated Show resolved Hide resolved
src/modm/board/mini_f411/board.hpp Show resolved Hide resolved
src/modm/board/mini_f411/module.lb Outdated Show resolved Hide resolved
examples/stm32f411ceu_mini_f411/blink/project.xml Outdated Show resolved Hide resolved
Copy link
Member

@salkinium salkinium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one typo, otherwise very nice!

tools/build_script_generator/scons/module.md Outdated Show resolved Hide resolved
salkinium
salkinium previously approved these changes Oct 12, 2019
Copy link
Member

@salkinium salkinium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@salkinium
Copy link
Member

Hm, did you add the new board to the CI job? If not, can you do so?

@salkinium salkinium merged commit 64d177a into modm-io:develop Oct 12, 2019
@rleh rleh deleted the feature/board_minif411 branch October 12, 2019 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants