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 SAM usage options. #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ Modify the `Makefile` to suit your needs:
* So `BOARD_TAG = pro` and `BOARD_SUB = 8MHzatmega328`
* `MONITOR_PORT` is the device full path (required if you want to upload to the board). An example is `/dev/tty.usbserial-A20356BI`

For the SAM (Arduino ARM boards), relevant informations can be found in the upstream Makefile [repository](https://github.com/sudar/Arduino-Makefile#arduino-arm-boards). It is important to use only the `BOARD_TAG` for board definitions which can be found in the `ARDUINO_PACKAGE_DIR`.

#### OS X
It is located at '/home/user/Library/Arduino15/packages'.

#### Linux
It is located at '/home/user/.arduino15/packages'.

### 5. Compile and upload your code

Then compile and upload your code to an **Arduino Uno**:
Expand Down