You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up the AMDC development environment following the Private User Applications workflow outlined here (Blink tutorial). This will involve adding the AMDC-Firmware as a git submodule, creating gitignore files, etc. Be sure to review the links about git submodules and think about what it means to be adding
Be configured to close this issue
Provide a professional PR description (using markdown headings, bulleted lists, etc.) that explains what changes the PR is making to the repository to implement this issue. Keep the description reasonably brief. Examples of effective PRs include this and this. In your PR description please also answer the questions:
What is a Git submodule?
Why are you asked to add AMDC-Firmware as a submodule instead of committing the source files of this code into your repo?
Think Carefully About the Hard Drive Location You Use
For many of you, it will be useful to be able to work on your AMDC project from multiple computers (i.e., a lab PC and your laptop). To make this work smoothly, you are going to want to clone your repo to the same location on your hard disk for both computers prior to completing the Blink Tutorial. See this note in Building and Running Firmware (part of the Blink tutorial):
If you absolutely need to use different hard disk locations on each computer, you can adopt relative paths as outlined in this discussion post.
The text was updated successfully, but these errors were encountered:
Abstract
Create a GitHub PR that completes the Blink and Hardware commands tutorials.
Approach
Your PR should:
Think Carefully About the Hard Drive Location You Use
For many of you, it will be useful to be able to work on your AMDC project from multiple computers (i.e., a lab PC and your laptop). To make this work smoothly, you are going to want to clone your repo to the same location on your hard disk for both computers prior to completing the Blink Tutorial. See this note in Building and Running Firmware (part of the Blink tutorial):
If you absolutely need to use different hard disk locations on each computer, you can adopt relative paths as outlined in this discussion post.
The text was updated successfully, but these errors were encountered: