EFR32-related doc fixes#7989
Closed
applecuckoo wants to merge 4 commits into
Closed
Conversation
applecuckoo
commented
May 17, 2023
Author
applecuckoo
left a comment
There was a problem hiding this comment.
Here are the things that I need feedback on:
|  | ||
|  | ||
|
|
||
| With the boards which support USB mass storage, we can drag the files to the board file system. However, because the EFR32 boards don’t support USB mass storage, we need to use a tool like **Ampy** to copy the file to the board. You can use the latest version of **Ampy** and its command to copy the module directories to the board. |
Author
There was a problem hiding this comment.
I saw the use of Ampy here, it's currently maintained by @scientifichackers but the attached learn guide seems outdated. Not sure if there's anything we can do here.
Member
There was a problem hiding this comment.
Generally we suggest Thonny now.
| ## Running CircuitPython ## | ||
|
|
||
| ### Getting a REPL prompt ### | ||
| ### Connecting to the Serial Console ### |
Author
There was a problem hiding this comment.
I renamed this based on the Welcome to CircuitPython guide, anything better that I could rename this to?
microdev1
reviewed
May 17, 2023
Co-authored-by: MicroDev <70126934+microdev1@users.noreply.github.com>
Author
|
Okay, messed this up by not working on a branch. Will open a brand new PR once I sort this out... |
Author
|
Succeeded by #8042 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mainly typos, I also added a silabs entry to the supported ports. Let me know if anything should be reworded. Thanks!