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

Add "serial" upload information #100

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Conversation

gmcn42
Copy link

@gmcn42 gmcn42 commented Nov 28, 2019

Serial uploading using the internal STM bootloader is available in 4.1.0 when upload_protocol is set to "serial", an USB/TTL-UART adapter is connected to pins PA9 (TX) and PA10 (RX), and the Blue Pill is reset with jumpers BOOT0=1 and BOOT1=0.
I think the docs should reflect that as it is a very common and easy method.

Serial uploading using the internal STM bootloader is available in 4.1.0 when upload_protocol is set to "serial" and an USB/TTL-UART adapter is connected to pins PA9 (TX) and PA10 (RX) and the Blue Pill is reset with jumpers BOOT0=1 and BOOT1=0. I think the docs should reflect that as it is a very common and easy method.
@ivankravets
Copy link
Member

Thanks for the PR! I'll think about how to merge it. Currently, we generate board files with an automated script and it will overwrite custom texts.

@gmcn42
Copy link
Author

gmcn42 commented Nov 28, 2019

Ah I see, no problem. Where does that script look for source texts?

@ivankravets
Copy link
Member

We should implement something similar what we did for platforms and frameworks, where script looks for XXX_extra.rst. We will back to this PR later. Please do not close.

@ijash
Copy link
Contributor

ijash commented Jan 21, 2020

is this still a thing? I am about to do pull request until i saw this PR. thanks to this PR my solution was fixed.

@CLAassistant
Copy link

CLAassistant commented Sep 29, 2020

CLA assistant check
All committers have signed the CLA.

gmcn42 and others added 2 commits September 29, 2020 08:48
Confused BOOT0 and BOOT1 in a paragraph

Co-authored-by: a_p_u_r_o <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants