Skip to content

Development template for ATSAME5x microcontrollers from Atmel

License

Notifications You must be signed in to change notification settings

pepetech/same5x-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

same5x-dev

Firmware development template for ATSAME5x microcontrollers from Atmel

Supported Devices

  • ATSAME5x
  • ATSAMD5x (untested)

Instructions

clone the repo (recomended you fork the repo to your account first)

git clone https://github.com/pepetech/same5x-dev

open code on the software directory

cd code same5x-dev/software

The binaries will be located at bin/APP_NAME.bin and bin/APP_NAME.elf.

if you're taking advantage of code you can use these shortcuts:

Ctrl + Shift + B (Build task)
F5 (Start Debugging)

Otherwise you can

make (Build)
make clean (Clean)

Dependencies

This project requires libopencm3 to be installed system-wide. I will only be able to provide techincal support for Archlinux.

Extensions

These extension help with development.

  • C/C++ IntelliSesnse
  • Cortex-Debug

Authors

  • Rafael Silva - 🇵🇹 - initial work- gimbas

See also the list of contributors who participated in this project.

License

License: MIT This software is licensed under MIT.

About

Development template for ATSAME5x microcontrollers from Atmel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published