Skip to content

Adding new core and variant for SAMD21G18A + Trident Board #3

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

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
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: 0 additions & 4 deletions hardware/openrov/samd/CHANGELOG

This file was deleted.

59 changes: 14 additions & 45 deletions hardware/openrov/samd/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,17 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

trident_alpha.name=Trident Alpha
trident_alpha.vid.0=0x2341
trident_alpha.pid.0=0x804d
trident_alpha.vid.1=0x2341
trident_alpha.pid.1=0x004d
trident_alpha.upload.tool=bossac
trident_alpha.upload.protocol=sam-ba
trident_alpha.upload.maximum_size=262144
trident_alpha.upload.use_1200bps_touch=true
trident_alpha.upload.wait_for_upload_port=true
trident_alpha.upload.native_usb=false
trident_alpha.build.mcu=cortex-m0plus
trident_alpha.build.f_cpu=48000000L
trident_alpha.build.board=OPENROV_TRIDENT_ALPHA
trident_alpha.build.core=samd21j18a
trident_alpha.build.extra_flags=-D__SAMD21J18A__
trident_alpha.build.ldscript=linker_scripts/gcc/flash_without_bootloader.ld
trident_alpha.build.openocdscript=
trident_alpha.build.variant=trident_alpha
trident_alpha.build.variant_system_lib=
trident_alpha.build.vid=0x2341
trident_alpha.build.pid=0x804d

trident.name=Trident
trident.vid.0=0x2341
trident.pid.0=0x804d
trident.vid.1=0x2341
trident.pid.1=0x004d
trident.upload.tool=bossac
trident.upload.protocol=sam-ba
trident.upload.maximum_size=262144
trident.upload.use_1200bps_touch=true
trident.upload.wait_for_upload_port=true
trident.upload.native_usb=false
trident.build.mcu=cortex-m0plus
trident.build.f_cpu=48000000L
trident.build.board=OPENROV_trident
trident.build.core=samd21j18a
trident.build.extra_flags=-D__SAMD21J18A__
trident.build.ldscript=linker_scripts/gcc/flash_without_bootloader.ld
trident.build.openocdscript=
trident.build.variant=trident
trident.build.variant_system_lib=
trident.build.vid=0x2341
trident.build.pid=0x804d
tridentDev.name = Trident
tridentDev.vid.0 = 0x2341
tridentDev.pid.0 = 0x804d
tridentDev.vid.1 = 0x2341
tridentDev.pid.1 = 0x004d
tridentDev.build.mcu = cortex-m0plus
tridentDev.build.f_cpu = 48000000L
tridentDev.build.board = OPENROV_tridentDev
tridentDev.build.core = samd21g18a
tridentDev.build.extra_flags = -D__SAMD21G18A__
tridentDev.build.ldscript = linker_scripts/gcc/flash_without_bootloader.ld
tridentDev.build.variant = tridentDev
tridentDev.build.vid = 0x2341
tridentDev.build.pid = 0x804d
316 changes: 0 additions & 316 deletions hardware/openrov/samd/bootloaders/samd21/samba_both.hex

This file was deleted.

Loading