Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
non-destructive text micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
badge fixer
non-destructive text micropython
Commits
fe3c064d
Commit
fe3c064d
authored
5 years ago
by
roland van straten
Committed by
Damien George
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.
parent
05eb897d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.h
+2
-0
2 additions, 0 deletions
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.h
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.mk
+4
-0
4 additions, 0 deletions
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.mk
with
6 additions
and
0 deletions
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.h
0 → 100644
+
2
−
0
View file @
fe3c064d
#define MICROPY_HW_BOARD_NAME "SAMD21-XPLAINED-PRO"
#define MICROPY_HW_MCU_NAME "SAMD21J18A"
This diff is collapsed.
Click to expand it.
ports/samd/boards/SAMD21_XPLAINED_PRO/mpconfigboard.mk
0 → 100644
+
4
−
0
View file @
fe3c064d
MCU_SERIES
=
SAMD21
CMSIS_MCU
=
SAMD21J18A
LD_FILES
=
boards/samd21x18a.ld sections.ld
TEXT0
=
0x2000
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment