Skip to content

Commit

Permalink
Merge pull request RIOT-OS#13603 from ML-PA-Consulting-GmbH/samd21j17…
Browse files Browse the repository at this point in the history
…d_add

cpu/sam0_common: add samd21j17d
  • Loading branch information
benpicco authored Mar 10, 2020
2 parents c2f9700 + 648a5b9 commit 741b9d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu/sam0_common/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ ifneq (,$(filter saml10e16a saml11e16a,$(CPU_MODEL)))
ROM_LEN ?= 64K
RAM_LEN ?= 16K
endif
ifneq (,$(filter samd21j17d,$(CPU_MODEL)))
ROM_LEN ?= 128K
RAM_LEN ?= 16K
endif
ifneq (,$(filter samd51j20a same54p20a,$(CPU_MODEL)))
ROM_LEN ?= 1024K
RAM_LEN ?= 256K
Expand Down

0 comments on commit 741b9d3

Please sign in to comment.