Open
Conversation
Reflects reviews for updated version of the course. Previous review was outdated.
mikinty
requested changes
Dec 16, 2022
Collaborator
mikinty
left a comment
There was a problem hiding this comment.
Thanks for updates
- Would be good to add some links to
- STM-32 mc
gdb
| - `git`: version control | ||
| - `vim`: terminal IDE | ||
| - `doxygen`: documentation | ||
| - 'gdb': GNU Debugger |
Collaborator
There was a problem hiding this comment.
This should be in ticks for code
Suggested change
| - 'gdb': GNU Debugger | |
| - `gdb`: GNU Debugger |
| - Learn how to use `tmux`, at least to the point where you can have multiple tabs and windows, and save sessions | ||
| - Learn to use `vim`. You'll be much more efficient when programming on your Raspberry Pi. If you program on your own computer, you'll constantly have to upload code to the Pi, which can be slow. If you work on the Pi directly, there's no need to transfer code from your laptop to the Pi. | ||
| - Learn how to use `git` so you and your partner don't have to merge code in person. This usually means at least understanding what branches are and making pull requests. | ||
|
|
mikinty
reviewed
Dec 16, 2022
Comment on lines
-51
to
-52
| - Learn how to use `tmux`, at least to the point where you can have multiple tabs and windows, and save sessions | ||
| - Learn to use `vim`. You'll be much more efficient when programming on your Raspberry Pi. If you program on your own computer, you'll constantly have to upload code to the Pi, which can be slow. If you work on the Pi directly, there's no need to transfer code from your laptop to the Pi. |
Collaborator
There was a problem hiding this comment.
Is it not the case that you guys use terminal to develop anymore? If not, what do you use now?
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.
Reflects reviews for updated version of the course. Previous review was outdated.
Summary of Changes
Checklist:
README.mdtable of contents in the root directory as links.Make sure that your contributions: