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
Hi @chepo92 ! Do you have this board at hand? Thanks for the PR! Have you tried to run a simple project on it? Does debugging work?
I don't have exactly the devboard (ATSAM4E Xplained Pro), but one with the sam4e8e (savaged from an old 3d printer), of which now I'm wondering if has its gpios ok, as I can't toggle any pin even with atmel studio.
I'm just starting to work with and test it, I know its USB CDC is ok (atmel studio example works), but I can't get to compile zephyrs USB CDC example for this board.
I'm getting a new board anyway (same mcu) but they don't have on board debugger, so I'm also getting a J-link,
I can update later as the goal is to add support for arduino also
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds sam4e_xpro board definition for the zephyr framework, as it is officially supported