Skip to content

Commit

Permalink
fixup! cpu/sam0_common: implement periph_rtc_mem
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Sep 2, 2021
1 parent c40b1c4 commit 3dba105
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cpu/saml1x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ config CPU_COMMON_SAML1X
select HAS_PERIPH_DMA
select HAS_PERIPH_GPIO_FAST_READ
select HAS_PERIPH_HWRNG
select HAS_PERIPH_RTC_MEM

config CPU_FAM_SAML10
bool
Expand Down
1 change: 0 additions & 1 deletion cpu/saml1x/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ CPU_CORE = cortex-m23

FEATURES_PROVIDED += periph_hwrng
FEATURES_PROVIDED += periph_gpio_fast_read
FEATURES_PROVIDED += periph_rtc_mem

include $(RIOTCPU)/sam0_common/Makefile.features

0 comments on commit 3dba105

Please sign in to comment.