8000 Fixing board definition for SAM-ICE use by aethaniel · Pull Request #5 · ameltech/sme-arduino-core · GitHub
[go: up one dir, main page]

Skip to content

Fixing board definition for SAM-ICE use #5

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

Merged
merged 1 commit into from
Oct 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hardware/AMEL/samd/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ AMEL_SmartEverything_atmel_ice.bootloader.tool=arduino:openocd
AMEL_SmartEverything_atmel_ice.bootloader.file=sme/samd21_sam_ba.bin

AMEL_SmartEverything_sam_ice.name=Smart Everything Fox (via SAM-ICE)
AMEL_SmartEverything_sam_ice.vid.0=0x03eb
AMEL_SmartEverything_sam_ice.pid.0=0x2111
AMEL_SmartEverything_sam_ice.vid.0=0x1366
AMEL_SmartEverything_sam_ice.pid.0=0x0101
AMEL_SmartEverything_sam_ice.upload.tool=arduino:openocd
AMEL_SmartEverything_sam_ice.upload.protocol=swd
AMEL_SmartEverything_sam_ice.upload.maximum_size=262144
Expand Down
0