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

Update review for 18349 #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arjunsengupta98
Copy link

@arjunsengupta98 arjunsengupta98 commented Dec 16, 2022

Reflects reviews for updated version of the course. Previous review was outdated.

Summary of Changes

  • Please indicate the classes you are modifying:
    • 18-349

Checklist:

  • I have added my entries to the README.md table of contents in the root directory as links.

Make sure that your contributions:

  • Are accurate and will not mislead the reader
  • Do not encourage or cause academic integrity violations
  • Do not offend professors or unfairly criticize the university

Reflects reviews for updated version of the course. Previous review was outdated.
Copy link
Collaborator

@mikinty mikinty left a comment

Choose a reason for hiding this comment

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

Thanks for updates

  • Would be good to add some links to
    • STM-32 mc
    • gdb

@@ -25,11 +25,15 @@ Embedded does a good job encouraging the use of:
- `git`: version control
- `vim`: terminal IDE
- `doxygen`: documentation
- 'gdb': GNU Debugger
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be in ticks for code

Suggested change
- 'gdb': GNU Debugger
- `gdb`: GNU Debugger

- 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.

Copy link
Collaborator

Choose a reason for hiding this comment

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

extra line

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.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it not the case that you guys use terminal to develop anymore? If not, what do you use now?

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

2 participants